Show / Hide Table of Contents

Class GoogleCloudPaymentsResellerSubscriptionV1IntentPayload

The payload that describes the user intent.

Inheritance
object
GoogleCloudPaymentsResellerSubscriptionV1IntentPayload
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX