Class GoogleCloudPaymentsResellerSubscriptionV1CreateSubscriptionIntent
Intent message for creating a Subscription resource.
Implements
Inherited Members
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 |