SubscriptionDetails class

Details of a subscription purchase.

Constructors

SubscriptionDetails.new({String? basePlanId, String? offerId, String? offerPhase, String? servicePeriodEndTime, String? servicePeriodStartTime})
SubscriptionDetails.fromJson(Map json_)

Properties

basePlanId String?
The base plan ID of the subscription.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
offerId String?
The offer ID for the current subscription offer.
getter/setter pair
offerPhase String?
The pricing phase for the billing period funded by this order. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
servicePeriodEndTime String?
The end of the billing period funded by this order.
getter/setter pair
servicePeriodStartTime String?
The start of the billing period funded by this order.
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