squareconnect.models.order_fulfillment
Contains details on how to fulfill this order.
| 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] |