RegularOrderSummaryInput
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| vendor_id | Long | Vendor to order from. | [default to null] |
| delivery_address_id | Long | ID of the delivery address. | [optional] [default to null] |
| pickup | Boolean | Whether this is a pickup order (defaults to false). | [optional] [default to null] |
| delivery_address_out_of_range | Boolean | Whether the delivery address is out of the vendor’s service range. | [optional] [default to null] |
| products | List | List of products to order. | [optional] [default to null] |
| coupon_code | String | Optional coupon code for discount. | [optional] [default to null] |
| tip | Double | Optional tip amount (defaults to 0.0). | [optional] [default to null] |