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
CancelDigitalCardPayload
union