CancelPhysicalCardPayload
No description
union CancelPhysicalCardPayload = CancelPhysicalCardSuccessPayload | AccountMembershipNotAllowedRejection | CardNotFoundRejection | ForbiddenRejection | PhysicalCardNotFoundRejection | ValidationRejection
Possible types
CancelPhysicalCardPayload.CancelPhysicalCardSuccessPayload
object
CancelPhysicalCardPayload.AccountMembershipNotAllowedRejection
object
Rejection returned when the Account Membership is not allowed to use an operation.
CancelPhysicalCardPayload.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
CancelPhysicalCardPayload.ForbiddenRejection
object
CancelPhysicalCardPayload.PhysicalCardNotFoundRejection
object
Rejection returned when the Physical Card does not exist
CancelPhysicalCardPayload.ValidationRejection
object
Rejection returned if an input contains invalid data
Returned By
cancelPhysicalCard
mutation