Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 696 Bytes

InlineResponse409.md

File metadata and controls

22 lines (16 loc) · 696 Bytes

VeloPayments::InlineResponse409

Properties

Name Type Description Notes
errors Array<Error> 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

require 'velopayments'

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