| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | Unique identifier for the payout transaction | [optional] |
| created_time | \DateTime | Time at which the payout transaction was created | [optional] |
| currency | string | Three-letter ISO currency code representing the payout transaction currency. | [optional] |
| amount | double | Represents the payout transaction amount. | [optional] |
| payout_id | string | The payout identifier. | [optional] |
| description | string | A description of the payout transaction. | [optional] |
| type | string | The type of payout transaction. | [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] |