Class: NetSuite::Records::VendorCreditExpense
- Inherits:
-
Object
- Object
- NetSuite::Records::VendorCreditExpense
- Includes:
- Namespaces::TranPurch, Support::Fields, Support::Records
- Defined in:
- lib/netsuite/records/vendor_credit_expense.rb
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ VendorCreditExpense
constructor
A new instance of VendorCreditExpense.
Methods included from Namespaces::TranPurch
Methods included from Support::Records
#netsuite_type, netsuite_type, #record_type, #record_type_without_namespace, record_type_without_namespace, #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::Fields
Constructor Details
#initialize(attributes = {}) ⇒ VendorCreditExpense
Returns a new instance of VendorCreditExpense.
25 26 27 |
# File 'lib/netsuite/records/vendor_credit_expense.rb', line 25 def initialize(attributes = {}) initialize_from_attributes_hash(attributes) end |