API/Autodoc/Files/RuStorePayProduct.gd.en.md


@brief Product information.

class_name RuStorePayProduct extends RefCounted

@brief Formatted purchase price, including currency symbol.

var amountLabel: RuStorePayAmountLabel = null

@brief ISO 4217 currency code.

var currency: RuStorePayCurrency = null

@brief Description in language language (optional parameter).

var description: RuStorePayDescription = null

@brief Image link.

var imageUrl: RuStorePayUrl = null

@brief Price in minor units (e.g., cents) (optional parameter).

var price: RuStorePayPrice = null

@brief Product identifier assigned to the product in the RuStore console.

var productId: RuStorePayProductId = null

var promoImageUrl: RuStorePayUrl = null

@brief Subscription information.

var subscriptionInfo: RuStorePaySubscriptionInfo = null

@brief Product name in language language.

var title: RuStorePayTitle = null

@brief Product type.

var type: ERuStorePayProductType.Item = 0

Назад