Method: Buildium::GeneralLedgerSearchMessage#accounting_basis
- Defined in:
- lib/buildium-ruby/models/general_ledger_search_message.rb
#accounting_basis ⇒ Object
The methodology in which revenues and expenses are recognized when calculating the balances. Specifying ‘Cash` calculates balances based on when money changes hands. Specifying `Accrual` calculates balances based on the period in which the transaction originally happened.
19 20 21 |
# File 'lib/buildium-ruby/models/general_ledger_search_message.rb', line 19 def accounting_basis @accounting_basis end |