Sha256: 1a197f8be80ecd45a3e71fce3e2f6ca1ab0405b1c0462a344f3145f3234562d9

Contents?: true

Size: 403 Bytes

Versions: 12

Compression:

Stored size: 403 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

12 entries across 12 versions & 1 rubygems

Version Path
netsuite-0.3.3 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.3.2 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.3.1 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.3.0 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.2.6 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.2.5 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.2.4 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.2.3 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.2.2 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.2.1 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.2.0 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.1.0 lib/netsuite/records/customer_payment_apply.rb