FailureProductPurchaseResult class final
Результат ошибки покупки цифрового товара. Имеет переопределенные методы equals(), hashcode(), toString().
- Inheritance
-
- Object
- ProductPurchaseResult
- FailureProductPurchaseResult
Constructors
Properties
- errorMessage → String
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- invoiceId → String?
-
final
- orderId → String?
-
final
- productId → String?
-
final
- purchaseId → String?
-
final
- quantity → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subscriptionToken → 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.
override
Operators
-
operator ==(
covariant FailureProductPurchaseResult other) → bool -
The equality operator.
override