| Name | Type | Description | Notes |
|---|---|---|---|
| order_id | int | The id of the order | [optional] |
| payout_id | int | The id of the payout the order is related to | [optional] |
| order_date | \DateTime | The date the order was placed | [optional] |
| order_type | string | Order type (online or cash) | [optional] |
| order_currency | string | Order currency | [optional] |
| sales | double | Order sales amount | [optional] |
| sales_tax | double | Order sales tax amount | [optional] |
| delivery_charges | double | Order delivery charges | [optional] |
| tips | double | Order tips amount | [optional] |
| voucher | double | Order voucher amount | [optional] |
| flat_fee_excluding_vat | double | Order flat fee amount excluding VAT | [optional] |
| flat_fee_excluding_vat | double | Order flat fee amount excluding VAT | [optional] |
| flat_fee_including_vat | double | Order flat fee amount including VAT | [optional] |
| percentage_fee_excluding_vat | double | Order percentage fee excluding VAT | [optional] |
| percentage_fee_excluding_vat | double | Order percentage fee excluding VAT | [optional] |
| vat | double | Order VAT amount | [optional] |
| total_fees | double | Total order fees amount | [optional] |
| cash_fee_charged_to_customer | double | Cash fee charged to customer | [optional] |
| net_sales | double | Order net sales amount | [optional] |
| store_id | int | Store id | [optional] |
| service_charge_amount | double | Order ServiceChargeAmount amount | [optional] |
| service_charge_percentage | double | Order ServiceChargePercentage amount | [optional] |