Sha256: ad900ed5227ef83101254bb2349593a038287f6d4c03ab7f25aaa59f4e25547f
Contents?: true
Size: 479 Bytes
Versions: 3
Compression:
Stored size: 479 Bytes
Contents
# Buildium::OutstandingBalancesLineMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **gl_account_id** | **Integer** | General ledger account unique identifier. | [optional] | | **total_balance** | **Float** | Total balance of the account on the line item. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::OutstandingBalancesLineMessage.new( gl_account_id: null, total_balance: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/OutstandingBalancesLineMessage.md |
buildium-ruby-2.1.0 | docs/OutstandingBalancesLineMessage.md |
buildium-ruby-2.0.1 | docs/OutstandingBalancesLineMessage.md |