CancelPhysicalCardRenewalPayload
No description
union CancelPhysicalCardRenewalPayload = CancelPhysicalCardRenewalSuccessPayload | ForbiddenRejection | CardNotFoundRejection | PhysicalCardWrongStatusRejection
Possible types
CancelPhysicalCardRenewalPayload.CancelPhysicalCardRenewalSuccessPayload object
CancelPhysicalCardRenewalPayload.ForbiddenRejection object
CancelPhysicalCardRenewalPayload.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
CancelPhysicalCardRenewalPayload.PhysicalCardWrongStatusRejection object
Rejection returned when the Physical Card is not the expected status
Returned By
cancelPhysicalCardRenewal mutation