Sha256: a680ff3b28e1a01ec2d1adaae07a4039362b0e6bfcc9a64955182098603088ea
Contents?: true
Size: 586 Bytes
Versions: 4
Compression:
Stored size: 586 Bytes
Contents
# VeloPayments::CreatePayeesCSVResponseRejectedCsvRows ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **line_number** | **Integer** | | [optional] **rejected_content** | **String** | | [optional] **message** | **String** | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::CreatePayeesCSVResponseRejectedCsvRows.new(line_number: 3, rejected_content: remoteId1,USD,-123.45,ref1, message: rejected message 1) ```
Version data entries
4 entries across 4 versions & 1 rubygems