Class GoogleCloudPaymentsResellerSubscriptionV1SubscriptionUpgradeDowngradeDetails
Details about the previous subscription that this new subscription upgrades/downgrades from.
Implements
Inherited Members
Namespace: Google.Apis.PaymentsResellerSubscription.v1.Data
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class GoogleCloudPaymentsResellerSubscriptionV1SubscriptionUpgradeDowngradeDetails : IDirectResponseSchema
Properties
BillingCycleSpec
Required. Specifies the billing cycle spec for the new upgraded/downgraded subscription.
Declaration
[JsonProperty("billingCycleSpec")]
public virtual string BillingCycleSpec { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PreviousSubscriptionId
Required. The previous subscription id to be replaced. This is not the full resource name, use the subscription_id segment only.
Declaration
[JsonProperty("previousSubscriptionId")]
public virtual string PreviousSubscriptionId { get; set; }
Property Value
Type | Description |
---|---|
string |