Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 763 Bytes

BaseCurrency.md

File metadata and controls

15 lines (12 loc) · 763 Bytes

# BaseCurrency

Properties

Name Type Description Notes
id int The ID of the currency [optional]
code string The code of the currency [optional]
name string The name of the currency [optional]
decimal_points int The amount of decimal points of the currency [optional]
symbol string The symbol of the currency [optional]
active_flag bool Whether the currency is active or not [optional]
is_custom_flag bool Whether the currency is a custom one or not [optional]

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