OrderPricingInfo
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| sub_total | Double | Subtotal before fees and discounts | [optional] [default to null] |
| discount | Double | Discount amount applied | [optional] [default to null] |
| delivery_fee | Double | Delivery fee | [optional] [default to null] |
| commission | Double | Platform commission | [optional] [default to null] |
| tax | Double | Tax amount | [optional] [default to null] |
| tax_rate | Double | Tax rate percentage | [optional] [default to null] |
| tip | Double | Tip amount | [optional] [default to null] |
| total | Double | Total order amount | [optional] [default to null] |