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

Version Path
netsuite-0.9.3 lib/netsuite/records/inventory_number_locations.rb
netsuite-0.9.2 lib/netsuite/records/inventory_number_locations.rb
netsuite-0.9.1 lib/netsuite/records/inventory_number_locations.rb
netsuite-0.9.0 lib/netsuite/records/inventory_number_locations.rb
netsuite-0.8.12 lib/netsuite/records/inventory_number_locations.rb
netsuite-0.8.11 lib/netsuite/records/inventory_number_locations.rb
netsuite-0.8.10 lib/netsuite/records/inventory_number_locations.rb
netsuite-0.8.9 lib/netsuite/records/inventory_number_locations.rb
netsuite-0.8.8 lib/netsuite/records/inventory_number_locations.rb
netsuite-0.8.7 lib/netsuite/records/inventory_number_locations.rb
netsuite-0.8.6 lib/netsuite/records/inventory_number_locations.rb
netsuite-0.8.5 lib/netsuite/records/inventory_number_locations.rb
netsuite-0.8.4 lib/netsuite/records/inventory_number_locations.rb
netsuite-0.8.3 lib/netsuite/records/inventory_number_locations.rb
netsuite-0.8.2 lib/netsuite/records/inventory_number_locations.rb
netsuite-0.8.1 lib/netsuite/records/inventory_number_locations.rb
netsuite-0.8.0 lib/netsuite/records/inventory_number_locations.rb