class Dynaccount::DebtorAccountingModule

Public Class Methods

api_path() click to toggle source
# File lib/dynaccount/debtor_accounting_module.rb, line 7
def self.api_path
  'debtor_accounting_module'
end
ignore_put() click to toggle source
# File lib/dynaccount/debtor_accounting_module.rb, line 3
def self.ignore_put
  [:id, :is_matched, :time, :is_booked, :currency_rate, :amount, :currency_amount]
end