Sha256: 7b76d03077c8d9b6643d1491babef3d80cd2a28fae020cb195821842c2fa62ba

Contents?: true

Size: 547 Bytes

Versions: 1

Compression:

Stored size: 547 Bytes

Contents

# Buildium::LeaseRenewalPostMessageRent

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **cycle** | **String** | Indicates the cadence of when rent `Charges` will be applied automatically to the lease ledger. |  |
| **charges** | [**Array<LeaseRentChargePostMessage>**](LeaseRentChargePostMessage.md) | List of charges to apply to the lease. |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::LeaseRenewalPostMessageRent.new(
  cycle: null,
  charges: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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