PurchasedItem class
An item which was purchased from either the Google Play Store
or iOS AppStore
Constructors
-
PurchasedItem.fromJSON(Map<
String, dynamic> json) - Create PurchasedItem from a Map that was previously JSON formatted
Properties
- autoRenewingAndroid → bool?
-
final
- dataAndroid → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAcknowledgedAndroid → bool?
-
final
- originalTransactionDateIOS → DateTime?
-
final
- originalTransactionIdentifierIOS → String?
-
final
- productId → String?
-
final
- purchaseStateAndroid → PurchaseState?
-
final
- purchaseToken → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signatureAndroid → String?
-
final
- transactionDate → DateTime?
-
final
- transactionId → String?
-
final
- transactionReceipt → String?
-
final
- transactionStateIOS → TransactionState?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
This returns transaction dates in ISO 8601 format.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited