CardNotFoundRejection
Rejection returned if the card was not found or if the user does not have the rights to know that the account exists
type CardNotFoundRejection implements Rejection {
id: String!
message: String!
}
Fields
CardNotFoundRejection.id ● String! non-null scalar
CardNotFoundRejection.message ● String! non-null scalar
Interfaces
Rejection interface
Implemented By
ActivatePhysicalCardPayload union ● AddDigitalCardPayload union ● CancelCardPayload union ● CancelDigitalCardPayload union ● CancelPhysicalCardPayload union ● ConfirmPhysicalCardRenewalPayload union ● PrintPhysicalCardPayload union ● ResumePhysicalCardPayload union ● SuspendPhysicalCardPayload union ● UpdateCardPayload union ● ViewCardNumbersPayload union ● ViewCardNumbersWithConsentPayload union ● ViewPhysicalCardNumbersPayload union ● ViewPhysicalCardPinPayload union