| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | Unique identifier for the payout | [optional] |
| created_time | \DateTime | Time at which the payout was created | [optional] |
| payout_time | \DateTime | Time at which the payout was issued | [optional] |
| currency | string | Three-letter ISO currency code representing the payout currency. | [optional] |
| amount | double | Represents the total payout amount. | [optional] |
| payer_id | string | The ID of payer. | [optional] |
| payer_name | string | The name of the payer | [optional] |
| payee_id | string | The ID of the payee. | [optional] |
| payee_name | string | The name of the payee. | [optional] |
| live_mode | bool | Has the value true if the object exists in live mode or the value false if the object exists in test mode. | [optional] |