This commit is contained in:
pasha1coil 2025-11-14 14:45:40 +03:00
parent b9efa4544a
commit 3c4b860f40

@ -131,10 +131,10 @@ type YclientsFieldRule struct {
} }
type ServiceYclientsRule struct { type ServiceYclientsRule struct {
ID int `json:"id"` ID int `json:"id"`
FirstCost int `json:"first_cost"` FirstCost int `json:"first_cost"`
Discount int `json:"discount"` Discount int `json:"discount"`
Cost int `json:"cost"` Cost float64 `json:"cost"`
} }
type YclientsCustomFieldsType string type YclientsCustomFieldsType string