Sha256: c1e07a2cd208d964608fe11995be15defc4623d1633af69a754d290b2abf1573

Contents?: true

Size: 619 Bytes

Versions: 3

Compression:

Stored size: 619 Bytes

Contents

# Buildium::BankAccountWithdrawalSearchMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **start_date** | **Date** | Filters results to any transactions that were recorded on or after the specified date. The value must be formatted as YYYY-MM-DD. |  |
| **end_date** | **Date** | Filters results to any transactions that were recorded on or before the specified date. The value must be formatted as YYYY-MM-DD. |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::BankAccountWithdrawalSearchMessage.new(
  start_date: null,
  end_date: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
buildium-ruby-3.0.0 docs/BankAccountWithdrawalSearchMessage.md
buildium-ruby-2.1.0 docs/BankAccountWithdrawalSearchMessage.md
buildium-ruby-2.0.1 docs/BankAccountWithdrawalSearchMessage.md