API/Autodoc/Classes/class_name_RuStorePaySubscriptionPeriod_extends_RefCounted.en.md


RuStorePaySubscriptionPeriod

class_name RuStorePaySubscriptionPeriod extends RefCounted

Interface representing a subscription period.

class RuStorePayTrialPeriod extends RuStorePaySubscriptionPeriod:

Free trial period of the subscription.

Properties

| | | | | - | - | - | | var | duration: String | Duration of the period in ISO 8601 format.
| | var | currency: String | ISO 4217 currency code.
| | var | price: int | Price in the smallest currency units.
|

class RuStorePayPromoPeriod extends RuStorePaySubscriptionPeriod:

Subscription period with a promotional action.

Properties

| | | | | - | - | - | | var | duration: String | Duration of the period in ISO 8601 format.
| | var | currency: String | ISO 4217 currency code.
| | var | price: int | Price in the smallest currency units.
|

class RuStorePayMainPeriod extends RuStorePaySubscriptionPeriod:

Main period of the paid subscription.

Properties

| | | | | - | - | - | | var | duration: String | Duration of the period in ISO 8601 format.
| | var | currency: String | ISO 4217 currency code.
| | var | price: int | Price in the smallest currency units.
|

class RuStorePayGracePeriod extends RuStorePaySubscriptionPeriod:

Grace period.

Properties

| | | | | - | - | - | | var | duration: String | Duration of the period in ISO 8601 format.
|

class RuStorePayHoldPeriod extends RuStorePaySubscriptionPeriod:

Hold period or temporary suspension of the subscription.

Properties

| | | | | - | - | - | | var | duration: String | Duration of the period in ISO 8601 format.
|

Назад