StateMachineEvent¶
Example Json Object
1{
2 "id": "string",
3 "eventName": "string",
4 "captionKey": "string",
5 "objectType": "string",
6 "disabledReason": "string",
7 "warningReason": "string",
8 "hasWarnings": true,
9 "disabled": true,
10 "caption": "string"
11}
📄 Description: Data transfer object representing an event within the state machine of the Nakisa Lease Accounting Suite, which facilitates the management of lease contracts, financial obligations, and accounting entries throughout their lifecycle.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
string |
false |
none |
Unique identifier for the resource |
eventName |
string |
false |
none |
Name of the event |
captionKey |
string |
false |
none |
Unique key representing the caption associated with a lease or contract event within the Nakisa Lease Accounting Suite, facilitating accurate tracking of financial obligations and accounting entries. |
objectType |
string |
false |
none |
Type of the object |
disabledReason |
string |
false |
none |
Reason for the disabled state of a lease or contract within the Nakisa Lease Accounting Suite, providing clarity on the status of financial obligations and accounting entries. |
warningReason |
string |
false |
none |
Indicates the reason for a warning related to lease contracts or financial obligations within the Nakisa Lease Accounting Suite. |
hasWarnings |
boolean |
false |
none |
Whether the resource has has warnings |
disabled |
boolean |
false |
none |
Whether this feature is disabled |
caption |
string |
false |
none |
Descriptive text associated with the lease or contract event, providing context for the financial obligation or accounting entry within the Nakisa Lease Accounting Suite. |