Class IntentPayload
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 IntentPayload : IDirectResponseSchema
Properties
CreateIntent
The request to create a subscription.
Declaration
[JsonProperty("createIntent")]
public virtual CreateSubscriptionIntent CreateIntent { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateSubscriptionIntent |
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 EntitleSubscriptionIntent EntitleIntent { get; set; }
Property Value
| Type | Description |
|---|---|
| EntitleSubscriptionIntent |
IntentOptions
Optional. The additional features for the intent.
Declaration
[JsonProperty("intentOptions")]
public virtual IntentPayloadIntentOptions IntentOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| IntentPayloadIntentOptions |