# 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 ) ```