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