Sha256: 0d0d9c8f732feebd4939da3caf88771a3db2989b3fae76c7e55331e6aef3a178
Contents?: true
Size: 814 Bytes
Versions: 196
Compression:
Stored size: 814 Bytes
Contents
# UltracartClient::OrderEdi ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **bill_to_edi_code** | **String** | Billing address identification code from the EDI order. Typically DUNS or DUNS+4 | [optional] | | **edi_department** | **String** | Department number associated with this EDI order | [optional] | | **edi_internal_vendor_number** | **String** | Internal vendor number associated with this EDI order | [optional] | | **ship_to_edi_code** | **String** | Shipping address identification code from the EDI order. Typically DUNS or DUNS+4 | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderEdi.new( bill_to_edi_code: null, edi_department: null, edi_internal_vendor_number: null, ship_to_edi_code: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems