Class: Dynaccount::DebtorInvoice

Inherits:
DynaccountObject show all
Defined in:
lib/dynaccount/debtor_invoice.rb

Instance Attribute Summary

Attributes inherited from DynaccountObject

#values

Class Method Summary collapse

Methods inherited from DynaccountObject

all, create, #destroy, find, find_by, #initialize, #marshal_dump, #marshal_load, query, run_query, #save, #update, url

Constructor Details

This class inherits a constructor from Dynaccount::DynaccountObject

Class Method Details

.api_pathObject



7
8
9
# File 'lib/dynaccount/debtor_invoice.rb', line 7

def self.api_path
  'debtor_invoice'
end

.ignore_putObject



3
4
5
# File 'lib/dynaccount/debtor_invoice.rb', line 3

def self.ignore_put
  [:id, :is_booked, :is_system, :is_matched, :is_reminder, :is_credited, :is_credited_complete, :is_subscription, :module_id, :time_due, :invoice_id_, :currency_rate, :sha1_ref, :is_seen, :fi_payment_id_, :accountoff_id, :vat_amount, :total_amount, :total_weight, :profit_amount, :public_url]
end