Sha256: a93ee8bfc8e374ce5c64fb10cb91fbb663a30bf36e85ac1f5ad893a4dbdee2f6
Contents?: true
Size: 395 Bytes
Versions: 17
Compression:
Stored size: 395 Bytes
Contents
module NetSuite module Records class InventoryNumberLocations include Support::Fields include Support::Records include Namespaces::ListAcct fields :location, :quantity_available, :quantity_in_transit, :quantity_on_hand, :quantity_on_order def initialize(attributes = {}) initialize_from_attributes_hash(attributes) end end end end
Version data entries
17 entries across 17 versions & 1 rubygems