GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1IntentPayload (google_api_payments_reseller_subscription v0.8.0)
View SourceThe payload that describes the user intent.
Attributes
-
createIntent(type:GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1CreateSubscriptionIntent.t, default:nil) - The request to create a subscription. -
entitleIntent(type:GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionIntent.t, default:nil) - The request to entitle a subscription.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1IntentPayload{ createIntent: GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1CreateSubscriptionIntent.t() | nil, entitleIntent: GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionIntent.t() | nil }