# CoboWaas2.PaymentBulkSendItem

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bulk_send_item_id** | **String** | The bulk send item ID. | 
**token_id** | **String** | The token ID of the cryptocurrency to be sent to the recipient. | 
**receiving_address** | **String** | The receiving address. | 
**amount** | **String** | The amount of the cryptocurrency to be sent to the recipient. | 
**description** | **String** | A note or comment about the bulk send item. | [optional] 
**tx_hash** | **String** | The transaction hash of the bulk send item. | [optional] 
**status** | [**PaymentBulkSendItemStatus**](PaymentBulkSendItemStatus.md) |  | 
**validation_status** | [**PaymentBulkSendItemValidationStatus**](PaymentBulkSendItemValidationStatus.md) |  | 
**failed_reason** | **String** | The reason why the bulk send item failed. | [optional] 


