EngagementAcceptanceStepDto
A step in the engagement acceptance flow, computed server-side.
Properties
| Name | Type | Description |
|---|---|---|
| key | string | Step identifier (e.g. "proposal", "engagement", "directDebit", "aml", "complete") |
Step identifier (e.g. "proposal", "engagement", "directDebit", "aml", "complete") | ||
| label | string | Display label for the step header |
Display label for the step header | ||
| description | string | Short description shown under the label |
Short description shown under the label | ||
| isComplete | boolean | Whether this step has been completed |
Whether this step has been completed | ||
| actionUrl | string | Action URL for this step (e.g. DD mandate URL, AML onboarding URL). Null if not applicable. |
Action URL for this step (e.g. DD mandate URL, AML onboarding URL). Null if not applicable. | ||
JSON Example
{
"key": "string",
"label": "string",
"description": "string",
"isComplete": false,
"actionUrl": "string"
}