Class: NetSuite::Records::OtherChargeSaleItem
- Inherits:
-
Object
- Object
- NetSuite::Records::OtherChargeSaleItem
- Includes:
- Namespaces::ListAcct, Support::Actions, Support::Fields, Support::RecordRefs, Support::Records
- Defined in:
- lib/netsuite/records/other_charge_sale_item.rb
Instance Attribute Summary collapse
-
#external_id ⇒ Object
Returns the value of attribute external_id.
-
#internal_id ⇒ Object
readonly
Returns the value of attribute internal_id.
Attributes included from Support::Actions
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ OtherChargeSaleItem
constructor
:pricing_matrix, :translations_list, :matrix_option_list, :item_options_list :subsidiary_list,.
Methods included from Namespaces::ListAcct
Methods included from Support::Actions
Methods included from Support::Records
#record_type, #refresh, #to_attributes!, #to_record
Methods included from Namespaces::PlatformCore
Methods included from Support::Attributes
#attributes, #attributes=, #initialize_from_attributes_hash
Methods included from Support::RecordRefs
Methods included from Support::Fields
Constructor Details
#initialize(attributes = {}) ⇒ OtherChargeSaleItem
:pricing_matrix, :translations_list, :matrix_option_list, :item_options_list :subsidiary_list,
61 62 63 64 65 |
# File 'lib/netsuite/records/other_charge_sale_item.rb', line 61 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 |
Instance Attribute Details
#external_id ⇒ Object
Returns the value of attribute external_id.
13 14 15 |
# File 'lib/netsuite/records/other_charge_sale_item.rb', line 13 def external_id @external_id end |
#internal_id ⇒ Object (readonly)
Returns the value of attribute internal_id.
12 13 14 |
# File 'lib/netsuite/records/other_charge_sale_item.rb', line 12 def internal_id @internal_id end |
Class Method Details
.search_class_name ⇒ Object
67 68 69 |
# File 'lib/netsuite/records/other_charge_sale_item.rb', line 67 def self.search_class_name "Item" end |