| Name | Type | Description | Notes |
|---|---|---|---|
| store_id | int | The id of the Store. | [optional] |
| store_name | string | Name of the store | [optional] |
| amount | double | Amount of the payout for this Store | [optional] |
| online_revenue | \Flipdish\Client\Models\RevenueDetail | Revenue details (DEPRECATED: Use Revenue) | [optional] |
| revenue | \Flipdish\Client\Models\RevenueDetail | Revenue details | [optional] |
| revenue_adjustments | \Flipdish\Client\Models\RevenueAdjustmentsDetails | Revenue Adjustments breakdown | [optional] |
| flipdish_fees | \Flipdish\Client\Models\FlipdishFeesDetails | Fees breakdown | [optional] |
| chargebacks | \Flipdish\Client\Models\ChargebackDetails | Chargebacks breakdown | [optional] |
| other_charges | \Flipdish\Client\Models\OtherChargesDetails | Breakdown of other charges | [optional] |
| balance | \Flipdish\Client\Models\BalanceDetails | Period opening and closing balance | [optional] |
| pos_revenue | \Flipdish\Client\Models\PosRevenueDetails | Breakdown of POS charges | [optional] |
| third_party_fees | \Flipdish\Client\Models\ThirdPartyFeesDetails | Third party integration fees | [optional] |