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.
Inherited Members
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? |