Sha256: 5bef188f8cec740ee186ea5246daf418b3912e34f57cccb2fe333ce1272a0f41

Contents?: true

Size: 533 Bytes

Versions: 1

Compression:

Stored size: 533 Bytes

Contents

# Buildium::LeasePostMessageRent

## 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::LeasePostMessageRent.new(
  cycle: null,
  charges: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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