class NetSuite::Records::SubtotalItem
Attributes
external_id[RW]
internal_id[R]
TODO field :translations_list, TranslationList
Public Class Methods
new(attributes = {})
click to toggle source
# File lib/netsuite/records/description_item.rb, line 23 def initialize(attributes = {}) @internal_id = attributes.delete(:internal_id) || attributes.delete(:@internal_id) @external_id = attributes.delete(:external_id) || attributes.delete(:@external_id) initialize_from_attributes_hash(attributes) end
search_class_name()
click to toggle source
# File lib/netsuite/records/description_item.rb, line 29 def self.search_class_name "Item" end