Class: Billogram::Bookkeeping

Inherits:
Resource
  • Object
show all
Defined in:
lib/billogram/resources/bookkeeping.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Resource

build_objects, #initialize, relation, relations, #to_hash, #to_json

Constructor Details

This class inherits a constructor from Billogram::Resource

Instance Attribute Details

#account_receivable_accountObject

Returns the value of attribute account_receivable_account.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def 
  @account_receivable_account
end

#banking_accountObject

Returns the value of attribute banking_account.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def 
  @banking_account
end

#client_funds_accountObject

Returns the value of attribute client_funds_account.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def 
  @client_funds_account
end

#debt_collection_funds_accountObject

Returns the value of attribute debt_collection_funds_account.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def 
  @debt_collection_funds_account
end

#expected_loss_accountObject

Returns the value of attribute expected_loss_account.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def 
  @expected_loss_account
end

#factoring_receivable_accountObject

Returns the value of attribute factoring_receivable_account.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def 
  @factoring_receivable_account
end

#financial_year_monthsObject

Returns the value of attribute financial_year_months.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def financial_year_months
  @financial_year_months
end

#financial_year_startObject

Returns the value of attribute financial_year_start.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def financial_year_start
  @financial_year_start
end

#income_accountObject

Returns the value of attribute income_account.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def 
  @income_account
end

#income_account_for_vat_0Object

Returns the value of attribute income_account_for_vat_0.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def 
  @income_account_for_vat_0
end

#income_account_for_vat_12Object

Returns the value of attribute income_account_for_vat_12.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def 
  @income_account_for_vat_12
end

#income_account_for_vat_25Object

Returns the value of attribute income_account_for_vat_25.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def 
  @income_account_for_vat_25
end

#income_account_for_vat_6Object

Returns the value of attribute income_account_for_vat_6.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def 
  @income_account_for_vat_6
end

#income_payout_accountObject

Returns the value of attribute income_payout_account.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def 
  @income_payout_account
end

#interest_fee_accountObject

Returns the value of attribute interest_fee_account.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def 
  @interest_fee_account
end

#liabilities_customers_accountObject

Returns the value of attribute liabilities_customers_account.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def 
  @liabilities_customers_account
end

#non_allocated_accountObject

Returns the value of attribute non_allocated_account.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def 
  @non_allocated_account
end

#reminder_fee_accountObject

Returns the value of attribute reminder_fee_account.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def 
  @reminder_fee_account
end

#reversed_vat_accountObject

Returns the value of attribute reversed_vat_account.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def 
  @reversed_vat_account
end

#rounding_accountObject

Returns the value of attribute rounding_account.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def 
  @rounding_account
end

#sie_continuous_numberingObject

Returns the value of attribute sie_continuous_numbering.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def sie_continuous_numbering
  @sie_continuous_numbering
end

#sie_serieObject

Returns the value of attribute sie_serie.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def sie_serie
  @sie_serie
end

#vat_accountObject

Returns the value of attribute vat_account.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def 
  @vat_account
end

#vat_account_for_vat_12Object

Returns the value of attribute vat_account_for_vat_12.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def 
  @vat_account_for_vat_12
end

#vat_account_for_vat_25Object

Returns the value of attribute vat_account_for_vat_25.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def 
  @vat_account_for_vat_25
end

#vat_account_for_vat_6Object

Returns the value of attribute vat_account_for_vat_6.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def 
  @vat_account_for_vat_6
end

#written_down_receivables_accountObject

Returns the value of attribute written_down_receivables_account.



5
6
7
# File 'lib/billogram/resources/bookkeeping.rb', line 5

def 
  @written_down_receivables_account
end