IntentPayload
import type { IntentPayload } from "https://googleapis.deno.dev/v1/paymentsresellersubscription:v1.ts";
The payload that describes the user intent.
interface IntentPayload {
createIntent?: CreateSubscriptionIntent;
entitleIntent?: EntitleSubscriptionIntent;
}§Properties
§
createIntent?: CreateSubscriptionIntent
[src]The request to create a subscription.
§
entitleIntent?: EntitleSubscriptionIntent
[src]The request to entitle a subscription.