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 |