Sha256: 237ab6cf00a074113e3a8453f95bb76647c7db1c09abd36dd0a53189fd95a54e

Contents?: true

Size: 1023 Bytes

Versions: 3

Compression:

Stored size: 1023 Bytes

Contents

# Buildium::GeneralLedgerMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **gl_account_id** | **Integer** | Unique identifier of the general ledger account associated with the entries. | [optional] |
| **gl_account_name** | **String** | Name of the general ledger account associated with the entries. | [optional] |
| **beginning_balance** | **Float** | The general ledger account balance based on the date range requested. | [optional] |
| **total_amount** | **Float** | The sum of the entry amounts that were recorded under this general ledger account within the date range requested. | [optional] |
| **entries** | [**Array<GeneralLedgerEntryMessage>**](GeneralLedgerEntryMessage.md) | Entries applied to the general ledger account. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::GeneralLedgerMessage.new(
  gl_account_id: null,
  gl_account_name: null,
  beginning_balance: null,
  total_amount: null,
  entries: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/GeneralLedgerMessage.md
buildium-ruby-3.0.0 docs/GeneralLedgerMessage.md
buildium-ruby-2.1.0 docs/GeneralLedgerMessage.md