ProrationPeriodDetails class

Details of a proration period.

A proration period can be a period calculated during a plan change to cover existing entitlements (For more information, see Allow users to upgrade, downgrade, or change their subscription, or a prorated period to align add-on renewal dates with the base (For more information, see Rules applicable for items in the purchase).

Constructors

ProrationPeriodDetails({String? originalOfferPhase})
ProrationPeriodDetails.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
originalOfferPhase String?
Represent the original offer phase from the purchased the line item if the proration period contains any of them.
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