upd
This commit is contained in:
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user