Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Currency ¶
type Currency struct {
Numeric string // ISO 4217 numeric currency code
ISO string // ISO currency code
Name string // Currency name
Decimals int // Amount of decimals
}
Currency contains full information about currency
Click to show internal directories.
Click to hide internal directories.