Class GoogleCloudPaymentsResellerSubscriptionV1IntentPayload
The payload that describes the user intent.
Implements
Inherited Members
Namespace: Google.Apis.PaymentsResellerSubscription.v1.Data
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class GoogleCloudPaymentsResellerSubscriptionV1IntentPayload : IDirectResponseSchema
Properties
CreateIntent
The request to create a subscription.
Declaration
[JsonProperty("createIntent")]
public virtual GoogleCloudPaymentsResellerSubscriptionV1CreateSubscriptionIntent CreateIntent { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudPaymentsResellerSubscriptionV1CreateSubscriptionIntent |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EntitleIntent
The request to entitle a subscription.
Declaration
[JsonProperty("entitleIntent")]
public virtual GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionIntent EntitleIntent { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionIntent |