| Name | Type | Description | Notes |
|---|---|---|---|
| PayoutId | int? | The id of the payout. | [optional] |
| BankAccountId | int? | Bank account identifier | [optional] |
| AccountName | string | Account name of the payout destination | [optional] |
| PayoutStatus | string | Status of the payout | [optional] |
| CreatedDate | DateTime? | Date payout was created | [optional] |
| PeriodStartTime | DateTime? | This payout includes operations after at this date (inclusive) | [optional] |
| PeriodEndTime | DateTime? | This payout includes operations before at this date (exclusive) | [optional] |
| DestinationBank | string | Destination bank name | [optional] |
| DestinationAccount | string | Last 4 digits of the destination bank IBAN | [optional] |
| PayoutType | string | Type of payout source | [optional] |
| Currency | string | Payout currency | [optional] |
| PayoutStores | List<PayoutStore> | Payout information broken down by Store | [optional] |
| Amount | double? | Payout amount | [optional] |
| CutoffDate | DateTime? | Payouts before this date do not have a details breakdown | [optional] |