SubscriptionPurchase class final

Модель покупки подписки.

Implemented types

Properties

acknowledgementState → AcknowledgementState
Состояние подтверждения выдачи товара.
final
amountLabel → String
final
currency → String
final
description → String
final
developerPayload → String?
final
expirationDate → String
final
gracePeriodEnabled → bool
final
hashCode → int
The hash code for this object.
no setteroverride
invoiceId → String
final
orderId → String?
final
price → int
final
productId → String
final
purchaseId → String
final
purchaseTime → String?
final
purchaseType → PurchaseType
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sandbox → bool
final
status → PurchaseStatus
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 ==(Object other) → bool
The equality operator.
override