Sha256: ad900ed5227ef83101254bb2349593a038287f6d4c03ab7f25aaa59f4e25547f
Contents?: true
Size: 479 Bytes
Versions: 4
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
4 entries across 4 versions & 1 rubygems