SuccessProductPurchaseResult class final

Результат успешного завершения покупки цифрового товара. Имеет переопределенные методы equals(), hashcode(), toString().

Inheritance

Constructors

SuccessProductPurchaseResult({String? orderId, required String purchaseId, required String productId, required String invoiceId, String? subscriptionToken})

Properties

hashCode int
The hash code for this object.
no setteroverride
invoiceId String
final
orderId String?
final
productId String
final
purchaseId String
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 SuccessProductPurchaseResult other) bool
The equality operator.
override