@adapty/capacitor - v3.10.0-beta.1
    Preparing search index...

    Interface AdaptyPrice

    interface AdaptyPrice {
        amount: number;
        currencyCode?: string;
        currencySymbol?: string;
        localizedString?: string;
    }
    Index

    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.