Sha256: d35ac2c57f250215e89df63453b8efe976a4bcb3a71291b5ce5b7382f6752782
Contents?: true
Size: 1000 Bytes
Versions: 1
Compression:
Stored size: 1000 Bytes
Contents
# Buildium::CreateQuickDepositRequest ## 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** | [**BankAccountQuickDepositSaveMessageAccountingEntity**](BankAccountQuickDepositSaveMessageAccountingEntity.md) | | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::CreateQuickDepositRequest.new( entry_date: null, offset_gl_account_id: null, amount: null, memo: null, accounting_entity: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/CreateQuickDepositRequest.md |