| Name | Type | Description | Notes |
|---|---|---|---|
| payout_id | int | The id of the payout. | [optional] |
| bank_account_id | int | Bank account identifier | [optional] |
| account_name | string | Account name of the payout destination | [optional] |
| payout_status | string | Status of the payout | [optional] |
| created_date | \DateTime | Date payout was created | [optional] |
| period_start_time | \DateTime | This payout includes operations after at this date (inclusive) | [optional] |
| period_end_time | \DateTime | This payout includes operations before at this date (exclusive) | [optional] |
| destination_bank | string | Destination bank name | [optional] |
| destination_account | string | Last 4 digits of the destination bank IBAN | [optional] |
| payout_type | string | Type of payout source | [optional] |
| currency | string | Payout currency | [optional] |
| payout_stores | \Flipdish\Client\Models\PayoutStore[] | Payout information broken down by Store | [optional] |
| amount | double | Payout amount | [optional] |
| cutoff_date | \DateTime | Payouts before this date do not have a details breakdown | [optional] |