# CoboWaas2.PaymentBankWithdrawalDetail

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bank_withdrawal_id** | **String** | The bank withdrawal ID generated by Cobo. | 
**request_id** | **String** | The request ID provided by you when creating the bank withdrawal. | 
**source_bank_account_id** | **String** | The source bank account ID. The destination bank account must be tagged as &#x60;VA&#x60;.  | 
**target_bank_account_id** | **String** | The target bank account ID that receives the bank withdrawal. | 
**currency** | **String** | The fiat currency of the bank withdrawal. | 
**amount** | **String** | The bank withdrawal amount. | 
**remark** | **String** | The remark for the bank withdrawal. | [optional] 
**status** | [**PaymentBankWithdrawalStatus**](PaymentBankWithdrawalStatus.md) |  | 
**created_timestamp** | **Number** | The creation time of the bank withdrawal, represented as a UNIX timestamp in seconds. | 
**failed_reason** | **String** | The reason why the bank withdrawal failed. | [optional] 
**source_bank_account** | [**DestinationBankAccountDetail**](DestinationBankAccountDetail.md) |  | 
**target_bank_account** | [**DestinationBankAccountDetail**](DestinationBankAccountDetail.md) |  | 
**bank_tx_fee** | **String** | The bank transaction fee charged for the bank withdrawal. | [optional] 
**timeline** | [**[PaymentBankWithdrawalTimelineItem]**](PaymentBankWithdrawalTimelineItem.md) | The status timeline of the bank withdrawal. | 


