CancelCardResponse
No description
union CancelCardResponse =
| BadRequestError
| CancelCardResult
| InternalServerError
Possible types
CancelCardResponse.BadRequestError object
Returned when there is an error in the request.
CancelCardResponse.CancelCardResult object
CancelCardResponse.InternalServerError object
Returned when an error is encountered that is not expected.
Returned By
cancelCard mutation