mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-22 04:46:03 +03:00
paidAtFrom
and paidAtTo
order filter fields
This commit is contained in:
commit
26e66ab630
@ -207,6 +207,8 @@ type OrdersFilter struct {
|
||||
Sites []string `url:"sites,omitempty,brackets"`
|
||||
CreatedAtFrom string `url:"createdAtFrom,omitempty"`
|
||||
CreatedAtTo string `url:"createdAtTo,omitempty"`
|
||||
PaidAtFrom string `url:"paidAtFrom,omitempty"`
|
||||
PaidAtTo string `url:"paidAtTo,omitempty"`
|
||||
FullPaidAtFrom string `url:"fullPaidAtFrom,omitempty"`
|
||||
FullPaidAtTo string `url:"fullPaidAtTo,omitempty"`
|
||||
DeliveryDateFrom string `url:"deliveryDateFrom,omitempty"`
|
||||
|
Loading…
Reference in New Issue
Block a user