# CoboWaas2.PaymentBulkSend

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bulk_send_id** | **String** | The bulk send ID. | 
**request_id** | **String** | The request ID. | [optional] 
**source_account** | **String** | The source account from which the bulk send 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;.  | 
**description** | **String** | The description for the entire bulk send batch. | [optional] 
**execution_mode** | [**PaymentBulkSendExecutionMode**](PaymentBulkSendExecutionMode.md) |  | 
**status** | [**PaymentBulkSendStatus**](PaymentBulkSendStatus.md) |  | 
**failed_reason** | **String** | The reason why the bulk send failed. | [optional] 
**created_timestamp** | **Number** | The created time of the bulk send, represented as a UNIX timestamp in seconds. | 
**updated_timestamp** | **Number** | The updated time of the bulk send, represented as a UNIX timestamp in seconds. | 
**commission_fee** | [**CommissionFee**](CommissionFee.md) | The commission fee. Not returned when no fee has been incurred, the actual charged amount once incurred, or &#x60;0&#x60; if refunded. | [optional] 


