| Name | Type | Description | Notes |
|---|---|---|---|
| bankAccountIds | List<Integer> | List of bank account ids to search for | [optional] |
| states | List<StatesEnum> | List of {Flipdish.PublicModels.V1.Payouts.PayoutStatus} so search for | [optional] |
| Name | Value |
|---|---|
| PENDING | "Pending" |
| INTRANSIT | "InTransit" |
| PAID | "Paid" |
| FAILED | "Failed" |
| CANCELLED | "Cancelled" |