Sha256: 2bbd38414171a993e92bb351d9782762cdb0592932606df7e8245e8801e4fe2b
Contents?: true
Size: 585 Bytes
Versions: 1
Compression:
Stored size: 585 Bytes
Contents
# Buildium::LockPeriodSettingsOverridesMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **property** | [**LockPeriodSettingsOverridesMessageProperty**](LockPeriodSettingsOverridesMessageProperty.md) | | [optional] | | **lock_date** | **Date** | Accounting transactions related to the property specified in the Property field on or prior to this date will be locked. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::LockPeriodSettingsOverridesMessage.new( property: null, lock_date: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/LockPeriodSettingsOverridesMessage.md |