Sha256: d7c65e3754c21bcd483021979237bf717a19cab00b4881f5cb54e0d8d56e05ee
Contents?: true
Size: 481 Bytes
Versions: 196
Compression:
Stored size: 481 Bytes
Contents
# UltracartClient::OrderItemEdiLot ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **lot_expiration** | **String** | Log expiration | [optional] | | **lot_number** | **String** | Lot number | [optional] | | **lot_quantity** | **Integer** | Lot quantity | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderItemEdiLot.new( lot_expiration: null, lot_number: null, lot_quantity: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems