ProductDetails.OneTimePurchaseOfferDetails

Class that represents the offer details of a Product of type One Time Purchase (INAPP).

It contains the information about the Price for that Product.


Public parameters

NameTypeDescription
FormattedPriceStringThe price as a localized numeric string with the currency symbol corresponding to the given currency of the price. Example: $4.99
PriceAmountMicrosLongThe price in micro-units (millionths of the price currency). Example: 4990000 (for 4.99)
PriceCurrencyCodeStringThe price currency, as an ISO 4217 alphabetic code. Example: USD
AppcFormattedPriceStringThe APPC Price as a localized numeric string with the currency symbol corresponding to the APPC currency. Example: APPC 110.00
AppcPriceAmountMicrosLongThe APPC Price in micro-units (millionths of the APPC currency). Example: 110000000 (for 110.00)
AppcPriceCurrencyCodeStringThe APPC Currency code. Value is APPC.
FiatFormattedPriceStringThe fiat price as a localized numeric string with the currency symbol corresponding to the given currency of the price. Example: $4.99
FiatPriceAmountMicrosLongThe fiat price in micro-units (millionths of the price currency). Example: 4990000 (for 4.99)
FiatPriceCurrencyCodeStringThe fiat price currency, as an ISO 4217 alphabetic code. Example: USD