Sha256: 5998ac8f48ed086ffb279f5c2f1868d760635d5208b8ddcafbdc5d75a8fdc4a9
Contents?: true
Size: 473 Bytes
Versions: 4
Compression:
Stored size: 473 Bytes
Contents
# Buildium::LeaseLedgerRefundLineMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **amount** | **Float** | Amount of the line item. | [optional] | | **gl_account_id** | **Integer** | Unique identifier of the general ledger account associated with the refund. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::LeaseLedgerRefundLineMessage.new( amount: null, gl_account_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems