PrincipalPositionModeE¶
Example Json Object
1{
2 "name": "LESSEE",
3 "captionKey": "enum.principalPositionMode.lessee",
4 "caption": "Lessee"
5}
📄 Description: Represents the principal position mode including lessee, lessor, or both.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
name |
string |
false |
none |
Enum name representing the principal position mode. |
captionKey |
string |
false |
none |
Localization key for the principal position mode caption. |
caption |
string |
false |
none |
Localized caption of the principal position mode. |
Enumerated Values
Attribute |
Value |
|---|---|
name |
LESSEE, LESSEE_LESSOR, LESSOR |