Sha256: dfbb1b4398a116454fc34f1abe43a23e32255d3ec805912edbb41f0e2a62403c

Contents?: true

Size: 891 Bytes

Versions: 3

Compression:

Stored size: 891 Bytes

Contents

# Buildium::LeaseTransactionSearchMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **transaction_date_from** | **Date** | Filters results to any lease transaction whose start date is greater than or equal to the specified value. | [optional] |
| **transaction_date_to** | **Date** | Filters results to any lease transaction whose end date is less than or equal to the specified value. | [optional] |
| **transaction_types** | **Array<String>** | Filters results to any lease transaction whose lease transaction type matches the specified status. If no type is specified, lease transactions with any type will be returned. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::LeaseTransactionSearchMessage.new(
  transaction_date_from: null,
  transaction_date_to: null,
  transaction_types: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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