Sha256: 6ce964da6f9ac23d5e4d2f5101493401e61810ffb6fe758bf75be33ea315927a
Contents?: true
Size: 871 Bytes
Versions: 1
Compression:
Stored size: 871 Bytes
Contents
# Buildium::BankAccountDepositLineSaveMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **gl_account_id** | **Integer** | The general ledger account identifier under which the line item amount will be recorded. | [optional] | | **accounting_entity** | [**BankAccountDepositLineSaveMessageAccountingEntity**](BankAccountDepositLineSaveMessageAccountingEntity.md) | | [optional] | | **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. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BankAccountDepositLineSaveMessage.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/BankAccountDepositLineSaveMessage.md |