sarga_updater/trendyol_models/size_variant_model.go

8 lines
143 B
Go
Raw Normal View History

2023-05-03 08:07:34 +00:00
package trendyol_models
type SizeVariants struct {
Price float64 `json:"price"`
Size string `json:"size"`
Stock int `json:"stock"`
}