Class: NetSuite::Records::CustomerPaymentCredit

Inherits:
Object
  • Object
show all
Includes:
Namespaces::TranCust, Support::Fields, Support::Records
Defined in:
lib/netsuite/records/customer_payment_credit.rb

Instance Method Summary collapse

Methods included from Namespaces::TranCust

#record_namespace

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

#record_namespace

Methods included from Support::Attributes

#attributes, #attributes=, #initialize_from_attributes_hash

Methods included from Support::Fields

included

Constructor Details

#initialize(attributes = {}) ⇒ CustomerPaymentCredit

Returns a new instance of CustomerPaymentCredit.



11
12
13
# File 'lib/netsuite/records/customer_payment_credit.rb', line 11

def initialize(attributes = {})
  initialize_from_attributes_hash(attributes)
end