Subscriptions class
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.
Constructors
-
Subscriptions({String? kind, String? nextPageToken, List<
Subscription> ? subscriptions}) - Subscriptions.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ String?
-
Identifies the resource as a collection of subscriptions.
getter/setter pair
- nextPageToken ↔ String?
-
The continuation token, used to page through large result sets.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
subscriptions
↔ List<
Subscription> ? -
The subscriptions in this page of results.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited