Sha256: 3039c840c2cecf4b6294906e9c0f6ce565c0a6046569b817b9444357b0a1a78c
Contents?: true
Size: 531 Bytes
Versions: 3
Compression:
Stored size: 531 Bytes
Contents
# Buildium::LockPeriodSettingsOverridesMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **property** | [**PropertyMessage**](PropertyMessage.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
3 entries across 3 versions & 1 rubygems