Sha256: f4014f77fb6e80bfa5e9f7f275083a7e42bbbe789dc9edac446742b732aca7e9
Contents?: true
Size: 525 Bytes
Versions: 3
Compression:
Stored size: 525 Bytes
Contents
require "economic/entity" module Economic # Represents a creditor entry in E-conomic. # # API documentation: http://www.e-conomic.com/apidocs/Documentation/T_Economic_Api_ICreditorEntry.html class CreditorEntry < Entity has_properties :account, :amount, :amount_default_currency, :creditor, :currency, :date, :due_date, :invoice_number, :remainder, :remainder_default_currency, :serial_number, :text, :type, :voucher_number end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rconomic-0.7.0 | lib/economic/creditor_entry.rb |
rconomic-0.6.1 | lib/economic/creditor_entry.rb |
rconomic-0.6.0 | lib/economic/creditor_entry.rb |