Method: NetSuite::Records::SerializedInventoryItem#internal_id
- Defined in:
- lib/netsuite/records/serialized_inventory_item.rb
#internal_id ⇒ Object (readonly)
TODO from standard copied item record; may need to be deleted field :pricing_matrix, PricingMatrix field :bin_number_list, BinNumberList field :item_vendor_list, ItemVendorList field :matrix_option_list, MatrixOptionList
234 235 236 |
# File 'lib/netsuite/records/serialized_inventory_item.rb', line 234 def internal_id @internal_id end |