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
| Name | Required | Type | Description |
|---|---|---|---|
currencies | Optional | Array<Currency> | List of currencies {Array<Currency>} CurrencyList |