Sha256: 1c7e0d0134bf5dc0dc60461f3e83eea5379bd5882d853e4779fb91c52db6ec4b
Contents?: true
Size: 567 Bytes
Versions: 1
Compression:
Stored size: 567 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** | [**GLAccountBalanceItemMessageAccountingEntity**](GLAccountBalanceItemMessageAccountingEntity.md) | | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::GLAccountBalanceItemMessage.new( balance: null, accounting_entity: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/GLAccountBalanceItemMessage.md |