Sha256: 87b5aabfc508ded88b60902dee7bf33639c6be2ad257de6f009593f19e7e6c13
Contents?: true
Size: 1.03 KB
Versions: 1
Compression:
Stored size: 1.03 KB
Contents
# Buildium::AccountingLockPeriodMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **global** | [**AccountingLockPeriodMessageGlobal**](AccountingLockPeriodMessageGlobal.md) | | [optional] | | **overrides** | [**Array<LockPeriodSettingsOverridesMessage>**](LockPeriodSettingsOverridesMessage.md) | Settings overrides for specific properties. | [optional] | | **financial_administrator_user_ids** | **Array<Integer>** | A collection of identifiers for users that have been designated financial administrators. These users will have permission to add, edit, and delete transactions during a locked period. This won't conflict with any property-level permissions for this account. By default, account administrators have permission to add, edit, and delete transactions within a locked period. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::AccountingLockPeriodMessage.new( global: null, overrides: null, financial_administrator_user_ids: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/AccountingLockPeriodMessage.md |