# CoboWaas2.PaymentPayoutDetail

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**payout_id** | **String** | The payout ID generated by Cobo. | 
**request_id** | **String** | The request ID provided by you when creating the payout. | 
**payout_channel** | [**PayoutChannel**](PayoutChannel.md) |  | 
**source_account** | **String** | The source account from which the payout will be made. - If the source account is a merchant account, provide the merchant&#39;s ID (e.g., \&quot;M1001\&quot;). - If the source account is the developer account, use the string &#x60;\&quot;developer\&quot;&#x60;.  | [optional] 
**payout_items** | [**[PaymentPayoutItem]**](PaymentPayoutItem.md) | required | [optional] 
**recipient_info** | [**PaymentPayoutRecipientInfo**](PaymentPayoutRecipientInfo.md) |  | [optional] 
**initiator** | **String** | The initiator of this payout, usually the user&#39;s API key. | [optional] 
**actual_payout_amount** | **String** | - For &#x60;Crypto&#x60; payouts: The amount of cryptocurrency sent to the recipient&#39;s address, denominated in the token specified in &#x60;recipient_info.token_id&#x60;. - For &#x60;OffRamp&#x60; payouts: The amount of fiat currency sent to the recipient&#39;s bank account, denominated in the currency specified in &#x60;recipient_info.currency&#x60;. (Note: The actual amount received may be lower due to additional bank transfer fees.)  | [optional] 
**commission_fees** | [**[CommissionFee]**](CommissionFee.md) | The commission fees. Not returned when no fee has been incurred, the actual charged amounts once incurred, or &#x60;0&#x60; if refunded. | [optional] 
**remark** | **String** | A note or comment about the payout. | [optional] 
**status** | [**PaymentPayoutStatus**](PaymentPayoutStatus.md) |  | 
**failed_reason** | **String** | The reason why the payout failed. | [optional] 
**created_timestamp** | **Number** | The created time of the payout, represented as a UNIX timestamp in seconds. | 
**updated_timestamp** | **Number** | The updated time of the payout, represented as a UNIX timestamp in seconds. | 
**transactions** | [**[PaymentTransaction]**](PaymentTransaction.md) | An array of payout transactions. | [optional] 


