| Name | Summary |
|---|---|
OneTimePurchaseOfferDetails | constructor(formattedPrice: String, priceAmountMicros: Long, priceCurrencyCode: String) |
| Name | Summary |
|---|---|
formattedPrice | val formattedPrice: String The formatted price for the payment, including its currency sign. |
priceAmountMicros | val priceAmountMicros: Long The price for the payment in micro-units, where 1,000,000 micro-units equal one unit of the currency. |
priceCurrencyCode | val priceCurrencyCode: String ISO 4217 currency code for price. |