SubscriptionOfferDetailsWrapper class

Annotations
  • @JsonSerializable.new(anyMap: true)

Constructors

SubscriptionOfferDetailsWrapper({required String basePlanId, required List<String> offerTags, 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?
May be null in rare edge cases on Android (e.g. ineligible offers, certain pre-paid plan configurations). Consumers must skip offers without a token, because Google Play Billing rejects purchase attempts with an empty token.
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