ViewPhysicalCardPinPayload
No description
union ViewPhysicalCardPinPayload = ViewPhysicalCardPinSuccessPayload | CardNotFoundRejection | PhysicalCardNotFoundRejection | PINNotReadyRejection | UserNotCardHolderRejection | ValidationRejection | ForbiddenRejection
Possible types
ViewPhysicalCardPinPayload.ViewPhysicalCardPinSuccessPayload object
ViewPhysicalCardPinPayload.CardNotFoundRejection object
Rejection returned if the card was not found or if the user does not have the rights to know that the account exists
ViewPhysicalCardPinPayload.PhysicalCardNotFoundRejection object
Rejection returned when the Physical Card does not exist
ViewPhysicalCardPinPayload.PINNotReadyRejection object
ViewPhysicalCardPinPayload.UserNotCardHolderRejection object
Rejection returned when the User is not the cardholder
ViewPhysicalCardPinPayload.ValidationRejection object
Rejection returned if an input contains invalid data
ViewPhysicalCardPinPayload.ForbiddenRejection object
Returned By
viewPhysicalCardPin mutation