SearchOrdersFilter

May 8, 2019 ยท View on GitHub

squareconnect.models.search_orders_filter

Description

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

Properties

NameTypeDescriptionNotes
state_filterSearchOrdersStateFilterFilter by `OrderState`.[optional]
date_time_filterSearchOrdersDateTimeFilterFilter for results within a time range.[optional]
fulfillment_filterSearchOrdersFulfillmentFilterFilter by fulfillment type or state.[optional]
source_filterSearchOrdersSourceFilterFilter by source of order.[optional]
customer_filterSearchOrdersCustomerFilterFilter by customers associated with the order.[optional]

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