squareconnect.models.search_orders_filter
Filter options to use for a query. Multiple filters will be ANDed together.
| Name | Type | Description | Notes |
|---|---|---|---|
| state_filter | SearchOrdersStateFilter | Filter by `OrderState`. | [optional] |
| date_time_filter | SearchOrdersDateTimeFilter | Filter for results within a time range. | [optional] |
| fulfillment_filter | SearchOrdersFulfillmentFilter | Filter by fulfillment type or state. | [optional] |
| source_filter | SearchOrdersSourceFilter | Filter by source of order. | [optional] |
| customer_filter | SearchOrdersCustomerFilter | Filter by customers associated with the order. | [optional] |