Price
class Price(val amount: BigDecimal, val localizedString: String, val currencyCode: String, val currencySymbol: String)
Constructors
Link copied to clipboard
constructor(amount: BigDecimal, localizedString: String, currencyCode: String, currencySymbol: String)
Properties
Link copied to clipboard
The cost of the product in the local currency.
Link copied to clipboard
The currency code of the locale used to format the price of the product.
Link copied to clipboard
The currency symbol of the locale used to format the price of the product.
Link copied to clipboard
The formatted price from Google Play as is.