DocumentCurrencyListItemDto
data class DocumentCurrencyListItemDto(name: String, code: String, symbol: String)
Content copied to clipboard
Parameters
name
The name of the currency in English, or translated if a non-English locale was provided used to handle the request
code
The internationally recognized three-letter code for the currency.
symbol
The internationally recognized symbol representing the currency.
Constructors
DocumentCurrencyListItemDto
Link copied to clipboard
fun DocumentCurrencyListItemDto(name: String, code: String, symbol: String)
Content copied to clipboard
The name of the currency in English, or translated if a non-English locale was provided used to handle the request