class Dynaccount::DebtorCreditnote

Public Class Methods

api_path() click to toggle source
# File lib/dynaccount/debtor_creditnote.rb, line 7
def self.api_path
  'debtor_creditnote'
end
ignore_put() click to toggle source
# File lib/dynaccount/debtor_creditnote.rb, line 3
def self.ignore_put
  [:id, :is_booked, :module_id, :invoice_id_, :credit_invoice_id_, :sha1_ref, :lang, :vat_amount, :total_amount, :total_weight, :profit_amount, :attention, :address, :zip, :city, :txt]
end