Show / Hide Table of Contents

Class GoogleCloudPaymentsResellerSubscriptionV1CreateSubscriptionIntent

Intent message for creating a Subscription resource.

Inheritance
object
GoogleCloudPaymentsResellerSubscriptionV1CreateSubscriptionIntent
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 GoogleCloudPaymentsResellerSubscriptionV1CreateSubscriptionIntent : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Parent

Required. The parent resource name, which is the identifier of the partner.

Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type Description
string

Subscription

Required. The Subscription to be created.

Declaration
[JsonProperty("subscription")]
public virtual GoogleCloudPaymentsResellerSubscriptionV1Subscription Subscription { get; set; }
Property Value
Type Description
GoogleCloudPaymentsResellerSubscriptionV1Subscription

SubscriptionId

Required. Identifies the subscription resource on the Partner side. The value is restricted to 63 ASCII characters at the maximum. If a subscription was previously created with the same subscription_id, we will directly return that one.

Declaration
[JsonProperty("subscriptionId")]
public virtual string SubscriptionId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX