Sha256: 65c5b0e011f1992827616ce258e01199ff559459eef583b92d81e0a37ce3129c

Contents?: true

Size: 1.1 KB

Versions: 1

Compression:

Stored size: 1.1 KB

Contents

# Buildium::RetailCashUserMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **unit_agreement** | [**RetailCashUserMessageUnitAgreement**](RetailCashUserMessageUnitAgreement.md) |  | [optional] |
| **user** | [**RetailCashUserMessageUser**](RetailCashUserMessageUser.md) |  | [optional] |
| **property** | [**RetailCashUserMessageProperty**](RetailCashUserMessageProperty.md) |  | [optional] |
| **unit** | [**RetailCashUserMessageUnit**](RetailCashUserMessageUnit.md) |  | [optional] |
| **is_account_created** | **Boolean** | Whether the user has a retail cash account created. | [optional] |
| **is_eviction_pending** | **Boolean** | Whether the unit agreement associated with the retail cash user has a pending eviction. | [optional] |
| **is_enabled** | **Boolean** | Whether retail cash is enabled for the user. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::RetailCashUserMessage.new(
  unit_agreement: null,
  user: null,
  property: null,
  unit: null,
  is_account_created: null,
  is_eviction_pending: null,
  is_enabled: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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