PrepaidBasePlanType class
Represents a base plan that does not automatically renew at the end of the base plan, and must be manually renewed by the user.
Constructors
- PrepaidBasePlanType({String? billingPeriodDuration, String? timeExtension})
- PrepaidBasePlanType.fromJson(Map json_)
Properties
- billingPeriodDuration ↔ String?
-
Subscription period, specified in ISO 8601 format.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeExtension ↔ String?
-
Whether users should be able to extend this prepaid base plan in Google
Play surfaces.
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