Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 427 Bytes

File metadata and controls

20 lines (14 loc) · 427 Bytes

UltracartClient::ChannelPartnerOrderItemOption

Properties

Name Type Description Notes
name String The name of the item option. [optional]
value String The value of the item option. [optional]

Example

require 'ultracart_api'

instance = UltracartClient::ChannelPartnerOrderItemOption.new(
  name: null,
  value: null
)