Sha256: bf9b7dd4b24275dcc0a3d1fafe1bd43b3b7ee0a189a7042c9a4767bc3962141e

Contents?: true

Size: 405 Bytes

Versions: 19

Compression:

Stored size: 405 Bytes

Contents

module NetSuite
  module Records
  	class CustomerPaymentApply
  		include Support::Fields
    	include Support::Records
    	include Namespaces::TranCust

  		fields :amount, :apply, :apply_date, :currency, :disc, :disc_amt, :disc_date,
  				:doc, :due, :job, :line, :ref_num, :total, :type

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

  	end
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
netsuite-0.9.3 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.9.2 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.9.1 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.9.0 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.8.12 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.8.11 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.8.10 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.8.9 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.8.8 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.8.7 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.8.6 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.8.5 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.8.4 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.8.3 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.8.2 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.8.1 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.8.0 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.7.9 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.7.8 lib/netsuite/records/customer_payment_apply.rb