Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 628 Bytes

File metadata and controls

22 lines (16 loc) · 628 Bytes

UltracartClient::Warning

Properties

Name Type Description Notes
more_info String Additional information often a link to additional documentation [optional]
warning_code String A stable machine-readable code identifying the warning. See API docs for known values. [optional]
warning_message String A technical message meant to be read by a developer [optional]

Example

require 'ultracart_api'

instance = UltracartClient::Warning.new(
  more_info: null,
  warning_code: null,
  warning_message: null
)