Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 773 Bytes

Currency.md

File metadata and controls

13 lines (10 loc) · 773 Bytes

Currency

Properties

Name Type Description Notes
Name string The ISO currency name [default to null]
Iso3aCode string The ISO 3-letters currency code [default to null]
Iso3nCode string The ISO 3-digits currency code [optional] [default to null]
FractionalDigits int32 The number of fractional digits to use [optional] [default to null]
Countries []CurrencyCountries A list of countries where the currency is used [optional] [default to null]

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