SubscriptionOfferDetail class
Constructors
-
SubscriptionOfferDetail({required String offerIdToken, required String basePlanId, String? offerId, required List<
PricingPhase?> pricingPhases, required List<String?> offerTags}) -
SubscriptionOfferDetail.fromJson(Map<
String, dynamic> json) -
factory
Properties
- basePlanId → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- offerId → String?
-
final
- offerIdToken → String
-
final
-
offerTags
→ List<
String?> -
final
-
pricingPhases
→ List<
PricingPhase?> -
final
- 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