SubscriptionOfferDetailsWrapper class

Annotations
  • @JsonSerializable(anyMap: true)

Constructors

SubscriptionOfferDetailsWrapper({required String basePlanId, required List<String> offerTags, required String offerToken, required List<PricingPhaseWrapper> pricingPhases, String? offerId})
SubscriptionOfferDetailsWrapper.fromJson(Map json)
factory

Properties

basePlanId String
final
hashCode int
The hash code for this object.
no setterinherited
offerId String?
final
offerTags List<String>
final
offerToken String
final
pricingPhases List<PricingPhaseWrapper>
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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited