Sha256: 889cccc07a5982af910b0da5f420b308184b3c575b6a7c602bb387c155a5b80d

Contents?: true

Size: 611 Bytes

Versions: 3

Compression:

Stored size: 611 Bytes

Contents

# VeloPayments::QueryBatchResponseV4

## 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<FailedSubmissionV4>**](FailedSubmissionV4.md) |  | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::QueryBatchResponseV4.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/QueryBatchResponseV4.md
velopayments-2.35.58 docs/QueryBatchResponseV4.md
velopayments-2.35.58.beta1 docs/QueryBatchResponseV4.md