Skip to main content
Version: v0.0.3

Interface: ResponseReason

The reason carried alongside a lifecycle response outcome. All fields are surfaced verbatim: codes and free text are never reformatted, looked up, or translated.

Properties

code?

readonly optional code?: string

Coded reason, verbatim (<ReasonCode>).


denialReason?

readonly optional denialReason?: string

Free-text denial reason, verbatim (<DenialReason>).


note?

readonly optional note?: string

Free-text note, verbatim (<Note>).


referenceNumber?

readonly optional referenceNumber?: string

Reference number tying the reason to a request item, verbatim (<ReferenceNumber>).