Class CycleOptions
The cycle options when starting and resuming a subscription.
Implements
Inherited Members
Namespace: Google.Apis.PaymentsResellerSubscription.v1.Data
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class CycleOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InitialCycleDuration
Optional. The duration of the initial cycle. Only DAY is supported. If set, Google will start the
subscription with this initial cycle duration starting at the request time (see available methods below). A
prorated charge will be applied. This option is available to the following methods: -
partners.subscriptions.provision - partners.subscriptions.resume - partners.userSessions.generate
Declaration
[JsonProperty("initialCycleDuration")]
public virtual Duration InitialCycleDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| Duration |