API/Autodoc/Classes/FURuStorePayProduct.en.md


FURuStorePayProduct

Product information.

#include <FURuStorePayProduct.h>

Public Functions

Name
FURuStorePayProduct()
Constructor.

Public Attributes

Name
URuStorePayAmountLabel * amountLabel — Formatted purchase price, including currency sign.
URuStorePayCurrency * currency — Currency code ISO 4217.
URuStorePayDescription * description — Description in the language (optional parameter).
URuStorePayUrl * imageUrl — Link to image.
URuStorePayPrice * price — Price in minimum units (e.g., kopecks) (optional parameter).
URuStorePayProductId * productId — Product identifier assigned to the product in the RuStore console.
URuStorePayUrl * promoImageUrl
URuStorePaySubscriptionInfo * subscriptionInfo — Subscription information.
URuStorePayTitle * title — Product name in the language.
EURuStorePayProductType type — Product type.

function FURuStorePayProduct

inline FURuStorePayProduct()

Constructor.

variable amountLabel

URuStorePayAmountLabel * amountLabel;

Formatted purchase price, including currency sign.

variable currency

URuStorePayCurrency * currency;

Currency code ISO 4217.

variable description

URuStorePayDescription * description;

Description in the language (optional parameter).

variable imageUrl

URuStorePayUrl * imageUrl;

Link to image.

variable price

URuStorePayPrice * price;

Price in minimum units (e.g., kopecks) (optional parameter).

variable productId

URuStorePayProductId * productId;

Product identifier assigned to the product in the RuStore console.

variable promoImageUrl

URuStorePayUrl * promoImageUrl;

variable subscriptionInfo

URuStorePaySubscriptionInfo * subscriptionInfo;

Subscription information.

variable title

URuStorePayTitle * title;

Product name in the language.

variable type

EURuStorePayProductType type;

Product type.


Назад