Show / Hide Table of Contents

Class GoogleCloudPaymentsResellerSubscriptionV1SubscriptionUpgradeDowngradeDetails

Details about the previous subscription that this new subscription upgrades/downgrades from.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX