Class GoogleCloudPaymentsResellerSubscriptionV1FiniteBillingCycleDetails
Details for a subscriptiin line item with finite billing cycles.
Implements
Inherited Members
Namespace: Google.Apis.PaymentsResellerSubscription.v1.Data
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class GoogleCloudPaymentsResellerSubscriptionV1FiniteBillingCycleDetails : IDirectResponseSchema
Properties
BillingCycleCountLimit
Required. The number of a subscription line item billing cycles after which billing will stop automatically.
Declaration
[JsonProperty("billingCycleCountLimit")]
public virtual long? BillingCycleCountLimit { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |