@tremendous/help
    Preparing search index...

    Variable CurrencyConst

    Currency: { EUR: string; GBP: string; USD: string } = ...

    An enumeration of currency codes. Currently supports USD, EUR, and GBP, as those are the primary currencies we support (EUR and GBP are supported for international payins). This is not intended to be a comprehensive list of supported currencies.

    Type Declaration

    • EUR: string
    • GBP: string
    • USD: string
    Currency.USD; // "USD"