View Source GoogleApi.Reseller.V1.Model.Subscriptions (google_api_reseller v0.18.0)
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.
Attributes
-
kind(type:String.t, default:reseller#subscriptions) - Identifies the resource as a collection of subscriptions. Value: reseller#subscriptions -
nextPageToken(type:String.t, default:nil) - The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results. -
subscriptions(type:list(GoogleApi.Reseller.V1.Model.Subscription.t), default:nil) - The subscriptions in this page of results.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Reseller.V1.Model.Subscriptions{ kind: String.t() | nil, nextPageToken: String.t() | nil, subscriptions: [GoogleApi.Reseller.V1.Model.Subscription.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.