Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ForexSelling ¶
Types ¶
type Currency ¶
type Currency struct {
Kod string `xml:"Kod,attr"`
CrossOrder string `xml:"CrossOrder,attr"`
CurrencyCode string `xml:"CurrencyCode,attr"`
Unit string `xml:"Unit"`
Isim string `xml:"Isim"`
CurrencyName string `xml:"CurrencyName"`
ForexBuying string `xml:"ForexBuying"`
ForexSelling string `xml:"ForexSelling"`
BanknoteBuying string `xml:"BanknoteBuying"`
BanknoteSelling string `xml:"BanknoteSelling"`
CrossRateUSD string `xml:"CrossRateUSD"`
CrossRateOther string `xml:"CrossRateOther"`
}
Click to show internal directories.
Click to hide internal directories.