Sha256: 5841bb65abd5a4be499af7bdc16a574f6a171c537db66da96ab8a4351d7d9128
Contents?: true
Size: 441 Bytes
Versions: 198
Compression:
Stored size: 441 Bytes
Contents
# 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 ```ruby require 'ultracart_api' instance = UltracartClient::ChannelPartnerOrderTransactionDetail.new( name: null, value: null ) ```
Version data entries
198 entries across 198 versions & 1 rubygems