ViewCardNumbersWithConsentPayload
No description
union ViewCardNumbersWithConsentPayload = ViewCardNumbersWithConsentSuccessPayload | ForbiddenRejection | CardSensitiveInfoNoLongerAvailableRejection | CardNotFoundRejection
Possible types
ViewCardNumbersWithConsentPayload.ViewCardNumbersWithConsentSuccessPayload
object
ViewCardNumbersWithConsentPayload.ForbiddenRejection
object
ViewCardNumbersWithConsentPayload.CardSensitiveInfoNoLongerAvailableRejection
object
Rejection returned when the card sensitive info are no longer available
ViewCardNumbersWithConsentPayload.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
Returned By
viewCardNumbersWithConsent
mutation