Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 441 Bytes

File metadata and controls

20 lines (14 loc) · 441 Bytes

UltracartClient::ChannelPartnerOrderTransactionDetail

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::ChannelPartnerOrderTransactionDetail.new(
  name: null,
  value: null
)