Sha256: b33bfc454c24dda9443e39e7f0c1abca2c169b38c7697c6f980e3fc29c913e4a
Contents?: true
Size: 611 Bytes
Versions: 3
Compression:
Stored size: 611 Bytes
Contents
# VeloPayments::QueryBatchResponseV3 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **status** | **String** | Batch Status. One of the following values: SUBMITTED, ACCEPTED | [optional] | | **failure_count** | **Integer** | | [optional] | | **pending_count** | **Integer** | | [optional] | | **failures** | [**Array<FailedSubmissionV3>**](FailedSubmissionV3.md) | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::QueryBatchResponseV3.new( status: null, failure_count: 2, pending_count: 2, failures: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/QueryBatchResponseV3.md |
velopayments-2.35.58 | docs/QueryBatchResponseV3.md |
velopayments-2.35.58.beta1 | docs/QueryBatchResponseV3.md |