Sha256: 69f8b2aaabb6f9152fc1ce5f02101f99b7dc96274903a1eef52f2704774d0421
Contents?: true
Size: 527 Bytes
Versions: 3
Compression:
Stored size: 527 Bytes
Contents
# Buildium::GLAccountBalanceItemMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **balance** | **Float** | The sum of transactions associated with the general ledger account for the given accounting entity. | [optional] | | **accounting_entity** | [**AccountingEntityMessage**](AccountingEntityMessage.md) | | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::GLAccountBalanceItemMessage.new( balance: null, accounting_entity: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/GLAccountBalanceItemMessage.md |
buildium-ruby-2.1.0 | docs/GLAccountBalanceItemMessage.md |
buildium-ruby-2.0.1 | docs/GLAccountBalanceItemMessage.md |