Skip to main content
Object A outcome of underwriting processing on this decision component with the result being a status. implements DecisionComponentOutcome

Fields

status
A result of one of the verifications performed by this decision component.
statusMessage
A short description of the result status as it pertains to a decision component.
displayOrder
required
An ordering of fields to provide a consistent view.
label
A description of the component.
statusGuidance
A detailed description of actions to be taken pertaining to a decision component.
guidance
A detailed description of actions to be taken pertaining to a decision component.
{
  "status": "ALTERNATE_MATCH",
  "statusMessage": "abc123",
  "displayOrder": 987,
  "label": "xyz789",
  "statusGuidance": "xyz789",
  "guidance": "abc123"
}