class NetSuite::Records::CustomerPaymentApply

Public Class Methods

new(attributes = {}) click to toggle source
# File lib/netsuite/records/customer_payment_apply.rb, line 11
def initialize(attributes = {})
        initialize_from_attributes_hash(attributes)
end