GoogleCloudPaymentsResellerSubscriptionV1IntentPayload
import type { GoogleCloudPaymentsResellerSubscriptionV1IntentPayload } from "https://googleapis.deno.dev/v1/paymentsresellersubscription:v1.ts";
The payload that describes the user intent.
interface GoogleCloudPaymentsResellerSubscriptionV1IntentPayload {
entitleIntent?: GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionIntent;
}