class Dynaccount::DebtorInvoiceMatch

Public Class Methods

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