Sha256: 40e22c8d70ea0e2b0242315d896c53b876e520ec0e43b1cb147cf4aab2af9584
Contents?: true
Size: 494 Bytes
Versions: 1
Compression:
Stored size: 494 Bytes
Contents
# Buildium::OwnershipAccountLedgerChargeLineMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **amount** | **Float** | Amount of the line item. | [optional] | | **gl_account_id** | **Integer** | Unique ientifier of the general ledger account associated with the charge. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::OwnershipAccountLedgerChargeLineMessage.new( amount: null, gl_account_id: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/OwnershipAccountLedgerChargeLineMessage.md |