go back Home

Currency

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<null alternateCurrencyText="..." amount="..." baseAmount="..." clone="..." conversionDate="..." conversionRate="..." currencyCode="..." currencyFormat="..." limitedCurrencyDBValues="..." limitedCurrencyDisplayValues="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"alternateCurrencyText":"...","amount":"...","baseAmount":"...","clone":"...","conversionDate":"...","conversionRate":"...","currencyCode":"...","currencyFormat":"...","limitedCurrencyDBValues":"...","limitedCurrencyDisplayValues":"..."}

Fields

name type
alternateCurrencyText String
amount BigDecimal
baseAmount BigDecimal
clone Currency
conversionDate Date
conversionRate BigDecimal
currencyCode String
currencyFormat String
limitedCurrencyDBValues String[]
limitedCurrencyDisplayValues String[]