Sha256: aa04e8cef5271844a18d28d730df99336331894d12832fbd0e882d9f94b1833c

Contents?: true

Size: 517 Bytes

Versions: 3

Compression:

Stored size: 517 Bytes

Contents

# VeloPayments::CreatePayeesCSVResponseV3RejectedCsvRows

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **line_number** | **Integer** |  | [optional] |
| **rejected_content** | **String** |  | [optional] |
| **message** | **String** |  | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::CreatePayeesCSVResponseV3RejectedCsvRows.new(
  line_number: 3,
  rejected_content: unable,to,process,csv,line,
  message: rejected message 1
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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