class Tripletexer::Endpoints::Ledger

Constants

DEFAULT_FIELDS

Public Instance Methods

account() click to toggle source
# File lib/tripletexer/endpoints/ledger.rb, line 17
def account
  Tripletexer::Endpoints::Ledger::Account.new(api_client)
end
accounting_period() click to toggle source
# File lib/tripletexer/endpoints/ledger.rb, line 21
def accounting_period
  Tripletexer::Endpoints::Ledger::AccountingPeriod.new(api_client)
end
annual_account() click to toggle source
# File lib/tripletexer/endpoints/ledger.rb, line 25
def annual_account
  Tripletexer::Endpoints::Ledger::AnnualAccount.new(api_client)
end
close_group() click to toggle source
# File lib/tripletexer/endpoints/ledger.rb, line 29
def close_group
  Tripletexer::Endpoints::Ledger::CloseGroup.new(api_client)
end
posting() click to toggle source
# File lib/tripletexer/endpoints/ledger.rb, line 33
def posting
  Tripletexer::Endpoints::Ledger::Posting.new(api_client)
end
type() click to toggle source
# File lib/tripletexer/endpoints/ledger.rb, line 45
def type
  Tripletexer::Endpoints::Ledger::Type.new(api_client)
end
vat_type() click to toggle source
# File lib/tripletexer/endpoints/ledger.rb, line 37
def vat_type
  Tripletexer::Endpoints::Ledger::VatType.new(api_client)
end
voucher() click to toggle source
# File lib/tripletexer/endpoints/ledger.rb, line 41
def voucher
  Tripletexer::Endpoints::Ledger::Voucher.new(api_client)
end