API/Autodoc/Classes/RuStorePayBillingSubscription.en.md


RuStorePayBillingSubscription

class_name RuStorePayBillingSubscription extends RuStorePayPurchase

A subscription created in the Billing Client SDK.

Properties

var status: ERuStorePaySubscriptionPurchaseStatus
Subscription status.
var productId: RuStorePayProductId = null
The product identifier that was assigned to the product in the RuStore console.
var expirationDate: RuStorePayTime = null
Subscription expiration date.
var gracePeriodEnabled: bool = false
Flag indicating whether the grace period is active for the subscription.
var subscriptionToken: RuStorePaySubscriptionToken = null
Token for server-side validation of the subscription purchase.
Назад