Sha256: a6d751110263791a6e0672595a38279c9950fdd9db557971d54a9e9eb1c53db2
Contents?: true
Size: 513 Bytes
Versions: 3
Compression:
Stored size: 513 Bytes
Contents
# VeloPayments::CreatePayeesCSVResponseV3 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **batch_id** | **String** | | [optional] | | **rejected_csv_rows** | [**Array<CreatePayeesCSVResponseV3RejectedCsvRows>**](CreatePayeesCSVResponseV3RejectedCsvRows.md) | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::CreatePayeesCSVResponseV3.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/CreatePayeesCSVResponseV3.md |
velopayments-2.35.58 | docs/CreatePayeesCSVResponseV3.md |
velopayments-2.35.58.beta1 | docs/CreatePayeesCSVResponseV3.md |