API/Autodoc/Classes/RuStorePayProduct.en.md


RuStorePayProduct

class_name RuStorePayProduct extends RefCounted

Product information.

Properties

var amountLabel: RuStorePayAmountLabel = null
Formatted purchase price, including currency sign.
var currency: RuStorePayCurrency = null
ISO 4217 currency code.
var description: RuStorePayDescription = null
Description in the language (optional parameter).
var imageUrl: RuStorePayUrl = null
Image URL.
var price: RuStorePayPrice = null
Price in minimum units (e.g., kopecks) (optional parameter).
var productId: RuStorePayProductId = null
Product identifier assigned to the product in the RuStore console.
var subscriptionInfo: RuStorePaySubscriptionInfo = null
Subscription information.
var title: RuStorePayTitle = null
Product name in the language.
var type: ERuStorePayProductType
Product type.
Назад