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