AppodealPlayStorePurchase class

Inheritance

Constructors

AppodealPlayStorePurchase.inapp({required String orderId, required String price, required String currency, Map<String, String> additionalParameters = const {}})
AppodealPlayStorePurchase.subscription({required String orderId, required String price, required String currency, Map<String, String> additionalParameters = const {}})

Properties

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

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