API/Autodoc/Classes/RuStore.PayClient.MainPeriod.en.md


RuStore::PayClient::MainPeriod

The main period of a paid subscription.

Inherits from RuStore.PayClient.SubscriptionPeriod

Public Properties

Name
string duration — Duration of the period in ISO 8601 format.
string currency — ISO 4217 currency code.
int price — Price in the smallest currency units.

property duration

string duration;

Duration of the period in ISO 8601 format.

property currency

string currency;

ISO 4217 currency code.

property price

int price;

Price in the smallest currency units.


Назад