interface Price
amountInHundredths
: Long
[Get] |
The price of the product in hundredths of currency units.
Signature
abstract val amountInHundredths: Long |
currency
: String
[Get] |
The ISO 4217 currency code for the price of the product. For example, "USD", "GBP", "JPY".
Signature
abstract val currency: String |
formatted
: String
[Get] |
The formatted string representation of the price, e.g., "$0.78". The value depends on the Price.currency and Price.amountInHundredths.
Signature
abstract val formatted: String |