upd
This commit is contained in:
parent
b9efa4544a
commit
3c4b860f40
@ -131,10 +131,10 @@ type YclientsFieldRule struct {
|
||||
}
|
||||
|
||||
type ServiceYclientsRule struct {
|
||||
ID int `json:"id"`
|
||||
FirstCost int `json:"first_cost"`
|
||||
Discount int `json:"discount"`
|
||||
Cost int `json:"cost"`
|
||||
ID int `json:"id"`
|
||||
FirstCost int `json:"first_cost"`
|
||||
Discount int `json:"discount"`
|
||||
Cost float64 `json:"cost"`
|
||||
}
|
||||
|
||||
type YclientsCustomFieldsType string
|
||||
|
||||
Loading…
Reference in New Issue
Block a user