ilk
This commit is contained in:
13
svc/models/orderpricelistb2b.go
Normal file
13
svc/models/orderpricelistb2b.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package models
|
||||
|
||||
// OrderPriceListB2B B2B ürün fiyat listesini temsil eder
|
||||
type OrderPriceListB2B struct {
|
||||
ModelCode string `json:"modelCode"`
|
||||
CurrencyCode string `json:"currencyCode"`
|
||||
Price float64 `json:"price"`
|
||||
PriceGroupID int `json:"priceGroupId"`
|
||||
LastUpdate string `json:"lastUpdate"`
|
||||
RateToTRY float64 `json:"rateToTRY"`
|
||||
PriceTRY float64 `json:"priceTRY"`
|
||||
BaseCurrency string `json:"baseCurrency"`
|
||||
}
|
||||
Reference in New Issue
Block a user