BillingSubscription class final

Модель подписки от SDK Billing Client.

Не является реализацией Purchase: возвращается только из getBillingSubscriptions() и не попадает в общий поток покупок (getPurchases() / getPurchase()).

Properties

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 → SubscriptionPurchaseStatus
final
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 ==(Object other) → bool
The equality operator.
override