Sha256: 8cb5d9c2b1b0a47a9fe802b95e5800e9f59d1127415eee96e7770c02ec0cca16

Contents?: true

Size: 811 Bytes

Versions: 1

Compression:

Stored size: 811 Bytes

Contents

# Buildium::UpdateCheckForBankAccountRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **payee** | [**BankAccountCheckPostMessagePayee**](BankAccountCheckPostMessagePayee.md) |  |  |
| **check_number** | **String** | Check number. | [optional] |
| **entry_date** | **Date** | Date the check was recorded. |  |
| **memo** | **String** | Memo associated with the check, if applicable. | [optional] |
| **lines** | [**Array<BankAccountCheckLineSaveMessage>**](BankAccountCheckLineSaveMessage.md) | A collection of line items to associate with the check. |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::UpdateCheckForBankAccountRequest.new(
  payee: null,
  check_number: null,
  entry_date: null,
  memo: null,
  lines: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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