Show / Hide Table of Contents

Class Subscription.PlanData.CommitmentIntervalData

In this version of the API, annual commitment plan's interval is one year. *Note: *When billingMethod value is OFFLINE, the subscription property object plan.commitmentInterval is omitted in all API responses.

Inheritance
object
Subscription.PlanData.CommitmentIntervalData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Reseller.v1.Data
Assembly: Google.Apis.Reseller.v1.dll
Syntax
public class Subscription.PlanData.CommitmentIntervalData

Properties

EndTime

An annual commitment plan's interval's endTime in milliseconds using the UNIX Epoch format. See an example Epoch converter.

Declaration
[JsonProperty("endTime")]
public virtual long? EndTime { get; set; }
Property Value
Type Description
long?

StartTime

An annual commitment plan's interval's startTime in milliseconds using UNIX Epoch format. See an example Epoch converter.

Declaration
[JsonProperty("startTime")]
public virtual long? StartTime { get; set; }
Property Value
Type Description
long?
In this article
Back to top Generated by DocFX