docs/CreatePayeesCSVResponse.md in velopayments-2.23.78.beta1 vs docs/CreatePayeesCSVResponse.md in velopayments-2.26.124.beta1
- old
+ new
@@ -1,19 +1,20 @@
# VeloPayments::CreatePayeesCSVResponse
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
-**batch_id** | **String** | | [optional]
-**rejected_csv_rows** | [**Array<CreatePayeesCSVResponseRejectedCsvRows>**](CreatePayeesCSVResponseRejectedCsvRows.md) | | [optional]
+| Name | Type | Description | Notes |
+| ---- | ---- | ----------- | ----- |
+| **batch_id** | **String** | | [optional] |
+| **rejected_csv_rows** | [**Array<CreatePayeesCSVResponseRejectedCsvRows>**](CreatePayeesCSVResponseRejectedCsvRows.md) | | [optional] |
-## Code Sample
+## Example
```ruby
-require 'VeloPayments'
+require 'velopayments'
-instance = VeloPayments::CreatePayeesCSVResponse.new(batch_id: cb6ff8c6-85e9-45a6-b7d9-d05305db67f3,
- rejected_csv_rows: null)
+instance = VeloPayments::CreatePayeesCSVResponse.new(
+ batch_id: cb6ff8c6-85e9-45a6-b7d9-d05305db67f3,
+ rejected_csv_rows: null
+)
```
-