Interface AdaptyPrice

Hierarchy

  • AdaptyPrice

Properties

amount: number

Price as number

currencyCode?: string

The currency code of the locale used to format the price of the product. The ISO 4217 (USD, EUR).

currencySymbol?: string

The currency symbol of the locale used to format the price of the product. ($, €).

localizedString?: string

A price’s language is determined by the preferred language set on the device. On Android, the formatted price from Google Play as is.

Generated using TypeDoc