Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 470 Bytes

File metadata and controls

20 lines (14 loc) · 470 Bytes

UltracartClient::Warning

Properties

Name Type Description Notes
more_info String Additional information often a link to additional documentation [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_message: null
)