Sha256: b40beedf4010dd81c82907c41724acc3e4c8e54b4984d88f94db1137ae74a6f5

Contents?: true

Size: 834 Bytes

Versions: 1

Compression:

Stored size: 834 Bytes

Contents

# Buildium::CreateBankAccountDepositRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **entry_date** | **Date** | Date the deposit was recorded. |  |
| **memo** | **String** | Memo associated with the deposit, if applicable. | [optional] |
| **lines** | [**Array<BankAccountDepositLineSaveMessage>**](BankAccountDepositLineSaveMessage.md) | A collection of line items to associate with the deposit. | [optional] |
| **payment_transaction_ids** | **Array<Integer>** | A collection of payment transaction identifiers that were included in this deposit transaction. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::CreateBankAccountDepositRequest.new(
  entry_date: null,
  memo: null,
  lines: null,
  payment_transaction_ids: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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