Sha256: d67381da617173a915f51f4f0b55f2f07b098b30a998ed2e9770041cc4e09950
Contents?: true
Size: 984 Bytes
Versions: 3
Compression:
Stored size: 984 Bytes
Contents
# Buildium::BankAccountQuickDepositMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Quick deposit unique identifier. | [optional] | | **entry_date** | **Date** | Date the quick deposit was recorded. | [optional] | | **memo** | **String** | Memo associated with the quick deposit, if applicable. | [optional] | | **total_amount** | **Float** | Amount included in the quick deposit. | [optional] | | **accounting_entity** | [**AccountingEntityMessage**](AccountingEntityMessage.md) | | [optional] | | **offset_gl_account_id** | **Integer** | Offsetting general ledger account identifier. The offsetting general ledger account acts as a label for this deposit. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BankAccountQuickDepositMessage.new( id: null, entry_date: null, memo: null, total_amount: null, accounting_entity: null, offset_gl_account_id: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/BankAccountQuickDepositMessage.md |
buildium-ruby-2.1.0 | docs/BankAccountQuickDepositMessage.md |
buildium-ruby-2.0.1 | docs/BankAccountQuickDepositMessage.md |