Class SubscriptionUpgradeDowngradeDetails
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 SubscriptionUpgradeDowngradeDetails : 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. The format can be one of the following: 1.
subscription_id: the old subscription id under the same partner_id. 2.
partners/{partner_id}/subscriptions/{subscription_id}. A different partner_id is allowed. But they must be
under the same partner group.
Declaration
[JsonProperty("previousSubscriptionId")]
public virtual string PreviousSubscriptionId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |