Class Subscriptions
A subscription manages the relationship of a Google customer's payment plan with a product's SKU, user licenses, 30-day free trial status, and renewal options. A primary role of a reseller is to manage the Google customer's subscriptions.
Implements
Inherited Members
Namespace: Google.Apis.Reseller.v1.Data
Assembly: Google.Apis.Reseller.v1.dll
Syntax
public class Subscriptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Identifies the resource as a collection of subscriptions. Value: reseller#subscriptions
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
SubscriptionsValue
The subscriptions in this page of results.
Declaration
[JsonProperty("subscriptions")]
public virtual IList<Subscription> SubscriptionsValue { get; set; }
Property Value
Type | Description |
---|---|
IList<Subscription> |