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

Latest commit

 

History

History
17 lines (11 loc) · 877 Bytes

File metadata and controls

17 lines (11 loc) · 877 Bytes

OrderFulfillment

squareconnect.models.order_fulfillment

Description

Contains details on how to fulfill this order.

Properties

Name Type Description Notes
type str The type of the fulfillment. See OrderFulfillmentType for possible values [optional]
state str The state of the fulfillment. See OrderFulfillmentState for possible values [optional]
pickup_details OrderFulfillmentPickupDetails Contains pickup-specific details. Required when fulfillment type is `PICKUP`. [optional]

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