Sha256: 6ceec829c6e88953a7f2b6a30ae49a6bd45c6925ce41f9ebee13032a769c3a63
Contents?: true
Size: 492 Bytes
Versions: 3
Compression:
Stored size: 492 Bytes
Contents
# Buildium::RentalOwnerContributionReminderPutMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **is_active** | **Boolean** | Flag for enabling the reminders. | [optional] | | **recurrence_days** | **Integer** | Interval of days for the reminder to be sent on. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::RentalOwnerContributionReminderPutMessage.new( is_active: null, recurrence_days: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems