Sha256: 9bdd03ff5a427e4cb1751767dffb180c85ac105b6e213feef491c508e0262e49
Contents?: true
Size: 530 Bytes
Versions: 61
Compression:
Stored size: 530 Bytes
Contents
module NetSuite module Records class InventoryTransferInventory include Support::Records include Support::Fields include Support::RecordRefs include Namespaces::TranInvt fields :adjust_qty_by, :description, :from_bin_numbers, :line, :quantity_on_hand, :serial_numbers, :to_bin_numbers field :inventory_detail, InventoryDetail record_refs :item, :units def initialize(attributes = {}) initialize_from_attributes_hash(attributes) end end end end
Version data entries
61 entries across 61 versions & 1 rubygems