Sha256: 1b48431f548c87a8cc765732a74de8ecb92d23caccc9810be6b8e69b7e4ab474

Contents?: true

Size: 422 Bytes

Versions: 17

Compression:

Stored size: 422 Bytes

Contents

module NetSuite
  module Records
    class CustomerDepositApply
      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

17 entries across 17 versions & 1 rubygems

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