| Name | Type | Description | Notes |
|---|---|---|---|
| OrderId | int? | The id of the order | [optional] |
| PayoutId | int? | The id of the payout the order is related to | [optional] |
| OrderDate | DateTime? | The date the order was placed | [optional] |
| OrderType | string | Order type (online or cash) | [optional] |
| OrderCurrency | string | Order currency | [optional] |
| Sales | double? | Order sales amount | [optional] |
| SalesTax | double? | Order sales tax amount | [optional] |
| DeliveryCharges | double? | Order delivery charges | [optional] |
| Tips | double? | Order tips amount | [optional] |
| Voucher | double? | Order voucher amount | [optional] |
| FlatFeeExcludingVat | double? | Order flat fee amount excluding VAT | [optional] |
| FlatFeeExcludingVAT | double? | Order flat fee amount excluding VAT | [optional] |
| FlatFeeIncludingVat | double? | Order flat fee amount including VAT | [optional] |
| PercentageFeeExcludingVat | double? | Order percentage fee excluding VAT | [optional] |
| PercentageFeeExcludingVAT | double? | Order percentage fee excluding VAT | [optional] |
| Vat | double? | Order VAT amount | [optional] |
| TotalFees | double? | Total order fees amount | [optional] |
| CashFeeChargedToCustomer | double? | Cash fee charged to customer | [optional] |
| NetSales | double? | Order net sales amount | [optional] |
| StoreId | int? | Store id | [optional] |
| ServiceChargeAmount | double? | Order ServiceChargeAmount amount | [optional] |
| ServiceChargePercentage | double? | Order ServiceChargePercentage amount | [optional] |