Interface CurrencyWithLimits

interface CurrencyWithLimits {
    currency_code?: string;
    limits?: AggregateLimit;
    provider?: string;
    symbol?: string;
}

Hierarchy

  • CurrencyWithLimits
    • CurrencyWithLimits

Properties

currency_code?: string

Provider currency code

CurrencyWithLimits

limits?: AggregateLimit

CurrencyWithLimits

provider?: string

Provider name (e.g. moonpay)

CurrencyWithLimits

symbol?: string

Currency Symbol

CurrencyWithLimits