OrderFulfillment

March 27, 2019 ยท View on GitHub

squareconnect.models.order_fulfillment

Description

Contains details on how to fulfill this order.

Properties

NameTypeDescriptionNotes
typestrThe type of the fulfillment. See OrderFulfillmentType for possible values[optional]
statestrThe state of the fulfillment. See OrderFulfillmentState for possible values[optional]
pickup_detailsOrderFulfillmentPickupDetailsContains pickup-specific details. Required when fulfillment type is `PICKUP`.[optional]

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