Sha256: 1e0b7aea129338530fbf1dd9bb64613e24d526bfb20b78aed33e8cd4aeed1007
Contents?: true
Size: 525 Bytes
Versions: 4
Compression:
Stored size: 525 Bytes
Contents
# Buildium::OwnershipAccountCreditLinePostMessage ## 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::OwnershipAccountCreditLinePostMessage.new( amount: null, gl_account_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems