AdaptyPrice

data class AdaptyPrice

Represents a product price in the store, including optional localized formatting.

Properties

Link copied to clipboard

The numeric value of the price in the store's currency.

Link copied to clipboard
val currencyCode: String? = null

The ISO 4217 currency code, e.g., "USD". Nullable.

Link copied to clipboard
val currencySymbol: String? = null

The currency symbol, e.g., "$". Nullable.

Link copied to clipboard
val localizedString: String? = null

Formatted price string for the user's locale, e.g., "$4.99". Nullable.