Sha256: 9d2ae6b1f5170b1dfb16488c2fba8eb56aa7a3bd449128d99145811fa4b4a6ea

Contents?: true

Size: 513 Bytes

Versions: 3

Compression:

Stored size: 513 Bytes

Contents

# VeloPayments::CreatePayeesCSVResponseV4

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **batch_id** | **String** |  | [optional] |
| **rejected_csv_rows** | [**Array<CreatePayeesCSVResponseV3RejectedCsvRows>**](CreatePayeesCSVResponseV3RejectedCsvRows.md) |  | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::CreatePayeesCSVResponseV4.new(
  batch_id: cb6ff8c6-85e9-45a6-b7d9-d05305db67f3,
  rejected_csv_rows: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/CreatePayeesCSVResponseV4.md
velopayments-2.35.58 docs/CreatePayeesCSVResponseV4.md
velopayments-2.35.58.beta1 docs/CreatePayeesCSVResponseV4.md