Purchase class sealed
Абстрактная модель покупки.
- Implementers
Properties
- amountLabel → String
-
no setter
- currency → String
-
no setter
- description → String
-
no setter
- developerPayload → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- invoiceId → String
-
no setter
- orderId → String?
-
no setter
- price → int
-
no setter
- purchaseId → String
-
no setter
- purchaseTime → String?
-
no setter
- purchaseType → PurchaseType
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sandbox → bool
-
no setter
- status → PurchaseStatus
-
no setter
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