AutoRenewingBasePlanType class

Represents a base plan that automatically renews at the end of its subscription period.

Constructors

AutoRenewingBasePlanType({String? accountHoldDuration, String? billingPeriodDuration, String? gracePeriodDuration, bool? legacyCompatible, String? legacyCompatibleSubscriptionOfferId, String? prorationMode, String? resubscribeState})
AutoRenewingBasePlanType.fromJson(Map json_)

Properties

accountHoldDuration String?
Account hold period of the subscription, specified in ISO 8601 format.
getter/setter pair
billingPeriodDuration String?
Subscription period, specified in ISO 8601 format.
getter/setter pair
gracePeriodDuration String?
Grace period of the subscription, specified in ISO 8601 format.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
legacyCompatible bool?
Whether the renewing base plan is backward compatible.
getter/setter pair
legacyCompatibleSubscriptionOfferId String?
Subscription offer id which is legacy compatible.
getter/setter pair
prorationMode String?
The proration mode for the base plan determines what happens when a user switches to this plan from another base plan.
getter/setter pair
resubscribeState String?
Whether users should be able to resubscribe to this base plan in Google Play surfaces.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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