Sha256: 32d9f632172a35f9ac1020ed640f57b00532cc1cae5892d9cc59f72b0944ef56
Contents?: true
Size: 1.27 KB
Versions: 14
Compression:
Stored size: 1.27 KB
Contents
# frozen_string_literal: true module ErpIntegration # The `ErpIntegration::InternalShipment` exposes an uniformed API for interaction with # third-party ERP vendors. class InternalShipment < Resource attr_accessor :acknowledged_by_receiving_3pl_at, :acknowledged_by_shipping_3pl_at, :aes_itn, :attachments, :carrier, :carrier_cost_method, :carrier_service, :company, :contents_explanation, :contents_type, :cost, :cost_currency, :create_date, :create_uid, :customs_items, :eel_pfc, :effective_date, :effective_start_date, :from_location, :from_warehouse, :id, :incoming_moves, :incoterm, :is_inter_warehouse, :is_international_shipping, :metadata, :number, :outgoing_moves, :packer, :picked_at, :picker, :picking_status, :planned_date, :planned_start_date, :quantity_received, :quantity_to_be_received, :quantity_total, :received_by, :reference, :request_confirmation, :sent_to_3pl_at, :sent_to_receiving_3pl_at, :shipped_at, :shipped_by, :shipping_instructions, :shipping_label_date, :shipping_manifest, :sscc_code, :state, :to_location, :to_warehouse, :total_quantity, :tracking_number, :weight, :write_date, :write_uid end end
Version data entries
14 entries across 14 versions & 1 rubygems