Sha256: 7a01f576a16cde86f300c9dac4fab120a7278dba981da6179e00a3c1c2487e10

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

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** | [**BankAccountQuickDepositMessageAccountingEntity**](BankAccountQuickDepositMessageAccountingEntity.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

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/BankAccountQuickDepositMessage.md