Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CurrencyMap = map[CurrencyType]string{ USD: "USD", EUR: "EUR", CAD: "CAD", }
Functions ¶
This section is empty.
Types ¶
type CurrencyType ¶
type CurrencyType string
const ( USD CurrencyType = "USD" EUR CurrencyType = "EUR" CAD CurrencyType = "CAD" )
Currency Types supported by the system.
func (CurrencyType) IsValid ¶
func (c CurrencyType) IsValid() bool
IsValid check if the currency type is supported.
Click to show internal directories.
Click to hide internal directories.