Sha256: 909800a03ec32cf2d33b37a2a3638d6fe2beb0af78d243d8083bafc225bb4e05

Contents?: true

Size: 1.38 KB

Versions: 3

Compression:

Stored size: 1.38 KB

Contents

# Buildium::GLAccountBalanceSearchMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **entity_type** | **String** | Specifies the type of entity that `EntityId` field refers to. | [optional] |
| **entity_id** | **Integer** | Filters transactions used in calculating the general ledger account balances to only those containing journal lines for with the specified entity id value. The entity id specified must be of the type specified in `EntityType`. | [optional] |
| **gl_account_ids** | **Array<Integer>** | Filters results to the specified set of general ledger account identifiers. | [optional] |
| **accounting_basis** | **String** | 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. |  |
| **as_of_date** | **Date** | Indicates the end date through which the balances will be calculated. This will include all transactions in your account until this specified date. |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::GLAccountBalanceSearchMessage.new(
  entity_type: null,
  entity_id: null,
  gl_account_ids: null,
  accounting_basis: null,
  as_of_date: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
buildium-ruby-3.0.0 docs/GLAccountBalanceSearchMessage.md
buildium-ruby-2.1.0 docs/GLAccountBalanceSearchMessage.md
buildium-ruby-2.0.1 docs/GLAccountBalanceSearchMessage.md