Sha256: 3964de3c094970a27d9275b1427816c8a5254bda0b11ce4e1f8a4aee280e1614

Contents?: true

Size: 404 Bytes

Versions: 38

Compression:

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

38 entries across 38 versions & 1 rubygems

Version Path
netsuite-0.7.7 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.7.6 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.7.5 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.7.4 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.7.3 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.7.2 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.7.1 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.7.0 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.6.9 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.6.8 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.6.7 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.6.6 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.6.5 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.6.4 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.6.3 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.6.2 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.6.1 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.6.0 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.5.9 lib/netsuite/records/customer_payment_apply.rb
netsuite-0.5.8 lib/netsuite/records/customer_payment_apply.rb