Sha256: cc19b64e3aaefce0b927925fcefe4239d3ac779647d1bd877b02e294b3cc1a77

Contents?: true

Size: 401 Bytes

Versions: 10

Compression:

Stored size: 401 Bytes

Contents

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

      fields :amount, :applied_to, :apply, :credit_date, :currency, :doc, :due, :line,
        :ref_num, :total, :type

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

    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
netsuite-0.9.3 lib/netsuite/records/customer_payment_credit.rb
netsuite-0.9.2 lib/netsuite/records/customer_payment_credit.rb
netsuite-0.9.1 lib/netsuite/records/customer_payment_credit.rb
netsuite-0.9.0 lib/netsuite/records/customer_payment_credit.rb
netsuite-0.8.12 lib/netsuite/records/customer_payment_credit.rb
netsuite-0.8.11 lib/netsuite/records/customer_payment_credit.rb
netsuite-0.8.10 lib/netsuite/records/customer_payment_credit.rb
netsuite-0.8.9 lib/netsuite/records/customer_payment_credit.rb
netsuite-0.8.8 lib/netsuite/records/customer_payment_credit.rb
netsuite-0.8.7 lib/netsuite/records/customer_payment_credit.rb