Show / Hide Table of Contents

Class CycleOptions

The cycle options when starting and resuming a subscription.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX