Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 415 Bytes

File metadata and controls

20 lines (14 loc) · 415 Bytes

UltracartClient::SimpleValue

Properties

Name Type Description Notes
display String A friendly display of this value suitable for human reading [optional]
value String The actual value [optional]

Example

require 'ultracart_api'

instance = UltracartClient::SimpleValue.new(
  display: null,
  value: null
)