Sha256: a6c5078a0ac6b46f4430cd1873208696560001f13601ea9f2aecd2e2a9398d30
Contents?: true
Size: 700 Bytes
Versions: 4
Compression:
Stored size: 700 Bytes
Contents
# Buildium::OwnershipAccountLedgerChargeLinesPutMessage ## 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. | | | **reference_number** | **String** | Reference number associated with the charge. The value cannot exceed 30 characters. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::OwnershipAccountLedgerChargeLinesPutMessage.new( amount: null, gl_account_id: null, reference_number: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems