Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 1.12 KB

File metadata and controls

19 lines (13 loc) · 1.12 KB

SearchOrdersFilter

squareconnect.models.search_orders_filter

Description

Filter options to use for a query. Multiple filters will be ANDed together.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]