Sha256: a038f2d3cb8fc1a67ed083f39c88e57f2154d3856d41ee1133520e11fcfd13fe
Contents?: true
Size: 586 Bytes
Versions: 3
Compression:
Stored size: 586 Bytes
Contents
# VeloPayments::InlineResponse409 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **errors** | [**Array<InlineResponse409Errors>**](InlineResponse409Errors.md) | one or more errors | [optional] **correlation_id** | **String** | a unique identifier to track a request or related sequence of requests | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::InlineResponse409.new(errors: null, correlation_id: ee53e01d-c078-43fd-abd4-47e92f4a06cf) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.23.78.beta1 | docs/InlineResponse409.md |
velopayments-2.20.119 | docs/InlineResponse409.md |
velopayments-2.20.29.beta1 | docs/InlineResponse409.md |