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;
intentOptions?: IntentPayloadIntentOptions;
}§Properties
§
createIntent?: CreateSubscriptionIntent
[src]The request to create a subscription.
§
entitleIntent?: EntitleSubscriptionIntent
[src]The request to entitle a subscription.
§
intentOptions?: IntentPayloadIntentOptions
[src]Optional. The additional features for the intent.