mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-04-02 20:56:17 +03:00
paidAtFrom
and paidAtTo
order filter fields
This commit is contained in:
commit
26e66ab630
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue