ilk
This commit is contained in:
10
svc/models/todaycurrencyv3.go
Normal file
10
svc/models/todaycurrencyv3.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package models
|
||||
|
||||
// TodayCurrencyV3 sistemdeki döviz kurlarını temsil eder
|
||||
type TodayCurrencyV3 struct {
|
||||
CurrencyCode string `json:"currencyCode"`
|
||||
RelationCurrencyCode string `json:"relationCurrencyCode"`
|
||||
ExchangeTypeCode int `json:"exchangeTypeCode"`
|
||||
Rate float64 `json:"rate"`
|
||||
Date string `json:"date"`
|
||||
}
|
||||
Reference in New Issue
Block a user