Class: NetSuite::Records::CustomerRefundApply

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

Instance Method Summary collapse

Methods included from Namespaces::TranCust

#record_namespace

Methods included from Support::Records

#record_type, #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 = {}) ⇒ CustomerRefundApply

Returns a new instance of CustomerRefundApply.



10
11
12
# File 'lib/netsuite/records/customer_refund_apply.rb', line 10

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