Currency Api
interface CurrencyApi
Functions
Link copied to clipboard
Retrieve Currency Configuration Returns the list of currencies permitted for use AND the list of currencies not selected (but available for selection). Example Requests: currencies currencies?fields=selectedCurrencyOptions Responses:
Link copied to clipboard
abstract suspend fun updateCurrencies(putCurrenciesRequest: PutCurrenciesRequest): PutCurrenciesResponse
Update Currency Configuration Updates the list of currencies permitted for use. Responses: