Method: NetSuite::Records::CustomerRefundApply#initialize
- Defined in:
- lib/netsuite/records/customer_refund_apply.rb
#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 |