Sha256: 6584cc19007c72ed28c3b38c9e34b2defc98b041d612185fc2e15baf19d938d9

Contents?: true

Size: 718 Bytes

Versions: 1

Compression:

Stored size: 718 Bytes

Contents

# Buildium::UpdateRentScheduleRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **rent_cycle** | **String** | Indicates the cadence of when rent charges will be applied. |  |
| **backdate_charges** | **Boolean** | Indicates if charges that should have posted prior to the date of Rent creation should be posted immediately with the appropriate dates. |  |
| **charges** | [**Array<RentScheduleChargePutMessage>**](RentScheduleChargePutMessage.md) | List of charges to apply to the lease. |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::UpdateRentScheduleRequest.new(
  rent_cycle: null,
  backdate_charges: null,
  charges: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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