Show / Hide Table of Contents

Class IntentPayload

The payload that describes the user intent.

Inheritance
object
IntentPayload
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX