Sha256: 0a32190ea15247889f0751b34ecc007d8455318f94c4c1a12f3ee0f0eb2d5088

Contents?: true

Size: 696 Bytes

Versions: 5

Compression:

Stored size: 696 Bytes

Contents

# VeloPayments::InlineResponse403

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **errors** | [**Array<Error>**](Error.md) | one or more errors | [optional] |
| **correlation_id** | **String** | a unique identifier to track a request or related sequence of requests | [optional] |
| **http_status_code** | **Integer** | this will mirror the Status-Code part of the Status-Line http response header and is included for extra clarity | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::InlineResponse403.new(
  errors: null,
  correlation_id: ee53e01d-c078-43fd-abd4-47e92f4a06cf,
  http_status_code: 403
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/InlineResponse403.md
velopayments-2.35.58 docs/InlineResponse403.md
velopayments-2.35.58.beta1 docs/InlineResponse403.md
velopayments-2.29.128.beta1 docs/InlineResponse403.md
velopayments-2.26.124.beta1 docs/InlineResponse403.md