Price
(
ptr
)
|
Signature
com.meta.horizon.platform.ovr.models.Price.Price(final long ptr) Parameters ptr: final long |
getAmountInHundredths
()
|
The price of the product in hundredths of currency units.
Signature
long com.meta.horizon.platform.ovr.models.Price.getAmountInHundredths() Returns longÂ
long
|
getCurrency
()
|
The ISO 4217 currency code for the price of the product. For example, "USD", "GBP", "JPY".
Signature
String com.meta.horizon.platform.ovr.models.Price.getCurrency() Returns StringÂ
String
|
getFormatted
()
|
The formatted string representation of the price, e.g., "$0.78". The value depends on the com.meta.horizon.platform.ovr.models.Price#getCurrency() and com.meta.horizon.platform.ovr.models.Price#getAmountInHundredths().
Signature
String com.meta.horizon.platform.ovr.models.Price.getFormatted() Returns StringÂ
String
|