// If the currency must be the default for the user. You can only submit TRUE. Submitting FALSE will not drop this currency as the default currency, because then the system would be without one.
Default_bool`json:"default,omitempty"`
// The currency code
Codestring`json:"code,omitempty"`
// The currency name
Namestring`json:"name,omitempty"`
// The currency symbol
Symbolstring`json:"symbol,omitempty"`
// How many decimals to use when displaying this currency. Between 0 and 16.