Sha256: 41fa149e9f7cfda5ffb76101093111de37150467b27769fed1d2938cf462cfda

Contents?: true

Size: 948 Bytes

Versions: 1

Compression:

Stored size: 948 Bytes

Contents

# Buildium::RentSchedulePostMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **start_date** | **Date** | Indicates the start of the rent schedule. The date must be formatted as YYYY-MM-DD.  If no rent schedules exist on a lease, this date must match the lease start date. | [optional] |
| **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<RentScheduleChargePostMessage>**](RentScheduleChargePostMessage.md) | List of charges to apply to the lease. |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::RentSchedulePostMessage.new(
  start_date: null,
  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/RentSchedulePostMessage.md