Sha256: a8e4584b07a11058ca2aa6e808124398ebdbf18131d490d983cca53242f54037
Contents?: true
Size: 451 Bytes
Versions: 196
Compression:
Stored size: 451 Bytes
Contents
# UltracartClient::OrderItemEdiIdentification ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **identification** | **String** | Identification value | [optional] | | **quantity** | **Integer** | Quantity associated with this identifier | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderItemEdiIdentification.new( identification: null, quantity: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems