Skip to main content

DigitalCardNotFoundRejection

Rejection returned when the Digital Card does not exist

type DigitalCardNotFoundRejection implements Rejection {
message: String!
identifier: String!
}

Fields

DigitalCardNotFoundRejection.message ● String! non-null scalar

DigitalCardNotFoundRejection.identifier ● String! non-null scalar

Interfaces

Rejection interface

Implemented By

ActivateDigitalCardPayload union ● CancelDigitalCardPayload union