AppodealAppStorePurchase class

Inheritance

Constructors

AppodealAppStorePurchase.autoRenewableSubscription({required String orderId, required String price, required String currency, required String transactionId, Map<String, String> additionalParameters = const {}})
AppodealAppStorePurchase.consumable({required String orderId, required String price, required String currency, required String transactionId, Map<String, String> additionalParameters = const {}})
AppodealAppStorePurchase.nonConsumable({required String orderId, required String price, required String currency, required String transactionId, Map<String, String> additionalParameters = const {}})
AppodealAppStorePurchase.nonRenewingSubscription({required String orderId, required String price, required String currency, required String transactionId, Map<String, String> additionalParameters = const {}})

Properties

additionalParameters Map<String, String>
getter/setter pair
currency String
final
hashCode int
The hash code for this object.
no setterinherited
orderId String
final
price String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toMap Map<String, dynamic>
no setteroverride
transactionId String
final

Methods

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

Operators

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