Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

CurrencyList

Representation of a Currency List CurrencyList

export interface CurrencyList {
	'currencies'?: Array<Currency>;
}

Properties

NameRequiredTypeDescription
currenciesOptionalArray<Currency>List of currencies {Array<Currency>} CurrencyList

Referenced Types

On this page