Skip to main content

ViewCardNumbersPayload

No description

union ViewCardNumbersPayload = ViewCardNumbersSuccessPayload | UserNotCardHolderRejection | CardNotFoundRejection | ValidationRejection

Possible types

ViewCardNumbersPayload.ViewCardNumbersSuccessPayload object

ViewCardNumbersPayload.UserNotCardHolderRejection object

Rejection returned when the User is not the Card Holder

ViewCardNumbersPayload.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

ViewCardNumbersPayload.ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

viewCardNumbers mutation