Skip to main content

NotificationDecisionDetails

No description

type NotificationDecisionDetails {
legality: DSAReportDecisionLegality
grounds: String
explanation: String
}

Fields

NotificationDecisionDetails.legality ● DSAReportDecisionLegality enum

legality defines whether the rejection reason is of legal or illegal state.

NotificationDecisionDetails.grounds ● String scalar

grounds is the legal grounds for which the rejection may have been made.

NotificationDecisionDetails.explanation ● String scalar

explanation gives further context to the reasons for rejection.

Member Of

Notification object