| Name | Summary |
|---|---|
amountInHundredths | abstract val amountInHundredths: Long The price of the product in hundredths of currency units. |
currency | abstract val currency: String The ISO 4217 currency code for the price of the product. For example, "USD", "GBP", "JPY". |
formatted | abstract val formatted: String The formatted string representation of the price, e.g., "$0.78". The value depends on the horizon.platform.iap.models.Price.currency and horizon.platform.iap.models.Price.amountInHundredths. |
json | open val json: String |