Sha256: 0e263a50e42be07b0cb6f1eaef4cc21c27da7e5520a3837affba25ffda4e9307
Contents?: true
Size: 696 Bytes
Versions: 5
Compression:
Stored size: 696 Bytes
Contents
# VeloPayments::InlineResponse409 ## 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::InlineResponse409.new( errors: null, correlation_id: ee53e01d-c078-43fd-abd4-47e92f4a06cf, http_status_code: 409 ) ```
Version data entries
5 entries across 5 versions & 1 rubygems