Alokai

GetCurrenciesResponse

Currency collection response.

interface GetCurrenciesResponse {
	data: Currency[];
	meta: MetaCollection;
}

Properties

NameRequiredTypeDescription
dataRequiredCurrency[]Collection of currencies.
metaRequiredMetaCollectionData about the response, including pagination and collection totals.

Referenced Types

On this page