Sha256: 57c4d63dff4cc96de14cbfcfe79d3646d7af8c16ba9c45333fdfc4ddf37bce02
Contents?: true
Size: 833 Bytes
Versions: 1
Compression:
Stored size: 833 Bytes
Contents
# Buildium::BankAccountCheckLineSaveMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **gl_account_id** | **Integer** | The general ledger account identifier under which the line item amount will be recorded. | | | **accounting_entity** | [**BankAccountCheckLineSaveMessageAccountingEntity**](BankAccountCheckLineSaveMessageAccountingEntity.md) | | | | **memo** | **String** | Memo for the line item. | [optional] | | **reference_number** | **String** | Reference number for the line item. | [optional] | | **amount** | **Float** | Amount of the line item. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BankAccountCheckLineSaveMessage.new( gl_account_id: null, accounting_entity: null, memo: null, reference_number: null, amount: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/BankAccountCheckLineSaveMessage.md |