Sha256: 935248f8430d7949e39d0c8ee408bcce56e6666d44e94a03270f6bea46ff75bc
Contents?: true
Size: 972 Bytes
Versions: 3
Compression:
Stored size: 972 Bytes
Contents
# Buildium::BankAccountQuickDepositSaveMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **entry_date** | **Date** | Date the quick deposit was recorded. | | | **offset_gl_account_id** | **Integer** | Offsetting general ledger account identifier. The offsetting general ledger account acts as a label for this deposit. For instance, if you're depositing money collected from a washing machine, you might select the \"Laundry income\" account. | | | **amount** | **Float** | Amount to be deposited. | | | **memo** | **String** | Memo associated with the quick deposit. | [optional] | | **accounting_entity** | [**AccountingEntitySaveMessage**](AccountingEntitySaveMessage.md) | | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BankAccountQuickDepositSaveMessage.new( entry_date: null, offset_gl_account_id: null, amount: null, memo: null, accounting_entity: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems