CancelCardPayload
No description
union CancelCardPayload = CancelCardSuccessPayload | AccountMembershipNotAllowedRejection | CardNotFoundRejection | ForbiddenRejection | ValidationRejection
Possible types
CancelCardPayload.CancelCardSuccessPayload object
CancelCardPayload.AccountMembershipNotAllowedRejection object
Rejection returned when the Account Membership is not allowed to use an operation.
CancelCardPayload.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
CancelCardPayload.ForbiddenRejection object
CancelCardPayload.ValidationRejection object
Rejection returned if an input contains invalid data
Returned By
cancelCard mutation