# VeloPayments::CreatePayeesCSVResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **batch_id** | **String** | | [optional] **rejected_csv_rows** | **Array<String>** | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::CreatePayeesCSVResponse.new(batch_id: null, rejected_csv_rows: null) ```