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


RuStore::PayClient::TrialPeriod

The free trial subscription period.

Inherits from RuStore.PayClient.SubscriptionPeriod

Public Properties

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

property duration

string duration;

Duration of the period in ISO 8601 format.

property currency

string currency;

Currency code in ISO 4217.

property price

int price;

Price in the smallest currency units.


Назад