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.



3
4
5
# File 'lib/billogram/resources/bookkeeping.rb', line 3

def 
  @account_receivable_account
end

#banking_accountObject

Returns the value of attribute banking_account.



3
4
5
# File 'lib/billogram/resources/bookkeeping.rb', line 3

def 
  @banking_account
end

#client_funds_accountObject

Returns the value of attribute client_funds_account.



3
4
5
# File 'lib/billogram/resources/bookkeeping.rb', line 3

def 
  @client_funds_account
end

#factoring_receivable_accountObject

Returns the value of attribute factoring_receivable_account.



3
4
5
# File 'lib/billogram/resources/bookkeeping.rb', line 3

def 
  @factoring_receivable_account
end

#income_accountObject

Returns the value of attribute income_account.



3
4
5
# File 'lib/billogram/resources/bookkeeping.rb', line 3

def 
  @income_account
end

#income_account_for_vat_0Object

Returns the value of attribute income_account_for_vat_0.



3
4
5
# File 'lib/billogram/resources/bookkeeping.rb', line 3

def 
  @income_account_for_vat_0
end

#income_account_for_vat_12Object

Returns the value of attribute income_account_for_vat_12.



3
4
5
# File 'lib/billogram/resources/bookkeeping.rb', line 3

def 
  @income_account_for_vat_12
end

#income_account_for_vat_25Object

Returns the value of attribute income_account_for_vat_25.



3
4
5
# File 'lib/billogram/resources/bookkeeping.rb', line 3

def 
  @income_account_for_vat_25
end

#income_account_for_vat_6Object

Returns the value of attribute income_account_for_vat_6.



3
4
5
# File 'lib/billogram/resources/bookkeeping.rb', line 3

def 
  @income_account_for_vat_6
end

#interest_fee_accountObject

Returns the value of attribute interest_fee_account.



3
4
5
# File 'lib/billogram/resources/bookkeeping.rb', line 3

def 
  @interest_fee_account
end

#reminder_fee_accountObject

Returns the value of attribute reminder_fee_account.



3
4
5
# File 'lib/billogram/resources/bookkeeping.rb', line 3

def 
  @reminder_fee_account
end

#reversed_vat_accountObject

Returns the value of attribute reversed_vat_account.



3
4
5
# File 'lib/billogram/resources/bookkeeping.rb', line 3

def 
  @reversed_vat_account
end

#rounding_accountObject

Returns the value of attribute rounding_account.



3
4
5
# File 'lib/billogram/resources/bookkeeping.rb', line 3

def 
  @rounding_account
end

#vat_accountObject

Returns the value of attribute vat_account.



3
4
5
# File 'lib/billogram/resources/bookkeeping.rb', line 3

def 
  @vat_account
end

#vat_account_for_vat_12Object

Returns the value of attribute vat_account_for_vat_12.



3
4
5
# File 'lib/billogram/resources/bookkeeping.rb', line 3

def 
  @vat_account_for_vat_12
end

#vat_account_for_vat_25Object

Returns the value of attribute vat_account_for_vat_25.



3
4
5
# File 'lib/billogram/resources/bookkeeping.rb', line 3

def 
  @vat_account_for_vat_25
end

#vat_account_for_vat_6Object

Returns the value of attribute vat_account_for_vat_6.



3
4
5
# File 'lib/billogram/resources/bookkeeping.rb', line 3

def 
  @vat_account_for_vat_6
end