Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 500 Bytes

File metadata and controls

22 lines (16 loc) · 500 Bytes

UltracartClient::KeyValue

Properties

Name Type Description Notes
description String Optional description of the lookup value [optional]
key String The key or id of this lookup value [optional]
value String The value of this lookup value [optional]

Example

require 'ultracart_api'

instance = UltracartClient::KeyValue.new(
  description: null,
  key: null,
  value: null
)