NamiPurchaseSuccessApple class

This object represents a successful purchase passed to NamiPaywallManager.buySkuComplete when using Nami paywalls atop your own code or a third-party subscription management vendor such as RevenueCat When the Platform is iOS

Inheritance

Constructors

NamiPurchaseSuccessApple(NamiSKU product, String transactionID, String originalTransactionID, String price, String currencyCode)
NamiPurchaseSuccessApple.fromMap(Map map)
factory

Properties

currencyCode String
final
hashCode int
The hash code for this object.
no setterinherited
originalTransactionID String
final
price String
final
product NamiSKU
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionID String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
override

Operators

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