Sha256: 2e46f9b168b65186fafedb7e6534b59fb6ed867d6cec51277f51938b9c70a174
Contents?: true
Size: 533 Bytes
Versions: 4
Compression:
Stored size: 533 Bytes
Contents
# Buildium::LeaseRentPostMessage ## 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::LeaseRentPostMessage.new( cycle: null, charges: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems