Sha256: a2360476678d94b2c2ab53e62726d2f95e14bf28854d0b6c8e872789e486823e
Contents?: true
Size: 542 Bytes
Versions: 196
Compression:
Stored size: 542 Bytes
Contents
# UltracartClient::OrderItemEdi ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **identifications** | [**Array<OrderItemEdiIdentification>**](OrderItemEdiIdentification.md) | Identification information receives on the EDI purchase order | [optional] | | **lots** | [**Array<OrderItemEdiLot>**](OrderItemEdiLot.md) | Lot information | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderItemEdi.new( identifications: null, lots: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems