Sha256: cad5475eb2c947d058f9cef00403f596f2fb2d4e519a0efb5dbcf5746146f9f5
Contents?: true
Size: 515 Bytes
Versions: 4
Compression:
Stored size: 515 Bytes
Contents
# Buildium::LeaseLedgerCreditLinePostMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **amount** | **Float** | Line item amount. | | | **gl_account_id** | **Integer** | The general ledger account identifier under which the line item amount will be recorded. The account must be a liability or income type. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::LeaseLedgerCreditLinePostMessage.new( amount: null, gl_account_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems