Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.02 KB

GETCustomExchangeRatesType.md

File metadata and controls

12 lines (8 loc) · 1.02 KB

GETCustomExchangeRatesType

Properties

Name Type Description Notes
inverse bool - If `true`, the exchange rate in the response is an inverse exchange rate. - If `false`, the exchange rate in the response is not an inverse exchange rate. The value is determined by the Use inverse rate checkbox in your Zuora Finance Manage Currency Conversion settings. [optional]
rates list[GETCustomExchangeRatesDataType] Container for exchange rate data. Contains a set of fields that provide exchange rate data for each day between the specified `startDate` and `endDate` (inclusive). [optional]
success bool Returns `true` if the request was processed successfully. [optional]

[Back to Model list] [Back to API list] [Back to README]