RegularOrderSummaryResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| vendor_id | Long | Vendor ID for the order. | [default to null] |
| delivery_fee | Double | Delivery fee amount. | [default to null] |
| delivery_discount | Double | Discount applied to delivery fee. | [default to null] |
| sub_total | Double | Subtotal before discounts and fees. | [default to null] |
| discount | Double | Discount amount applied to subtotal. | [default to null] |
| tax | Double | Tax amount. | [default to null] |
| tax_rate | Double | Tax rate as a percentage. | [default to null] |
| total | Double | Total cost before tip. | [default to null] |
| total_with_tip | Double | Total cost including tip. | [default to null] |
| tip | Double | Tip amount. | [default to null] |
| fees | List | Additional fees applied to the order. | [default to null] |
| total_fee | Double | Total amount of all fees. | [default to null] |
| products | List | List of products with pricing details. | [default to null] |
| token | String | Encrypted token for order validation. | [optional] [default to null] |
| can_deliver | Boolean | Whether the vendor can deliver to the specified address. | [optional] [default to null] |
| delivery_validation_message | String | Message explaining delivery availability status. | [optional] [default to null] |