PurchaseCommon class abstract

Implementers

Constructors

PurchaseCommon()

Properties

currentPlanId → String?
The current plan identifier. This is:
no setter
hashCode → int
The hash code for this object.
no setterinherited
id → String
no setter
ids → List<String>?
no setter
isAutoRenewing → bool
no setter
platform → IapPlatform
no setter
productId → String
no setter
purchaseState → PurchaseState
no setter
purchaseToken → String?
Unified purchase token (iOS JWS, Android purchaseToken)
no setter
quantity → int
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
store → IapStore
Store where purchase was made
no setter
transactionDate → double
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