Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 588 Bytes

File metadata and controls

22 lines (16 loc) · 588 Bytes

Zernio::AdjustConversions200ResponseFailuresInner

Properties

Name Type Description Notes
adjustment_index Integer Index into the submitted adjustments array. [optional]
message String [optional]
code SendConversions200ResponseFailuresInnerCode [optional]

Example

require 'zernio-sdk'

instance = Zernio::AdjustConversions200ResponseFailuresInner.new(
  adjustment_index: null,
  message: null,
  code: null
)