Skip to main content

CancelPhysicalCardRenewalPayload

No description

union CancelPhysicalCardRenewalPayload = CancelPhysicalCardRenewalSuccessPayload | ForbiddenRejection | CardNotFoundRejection | PhysicalCardNotFoundRejection | 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.PhysicalCardNotFoundRejection object

Rejection returned when the Physical Card does not exist

CancelPhysicalCardRenewalPayload.PhysicalCardWrongStatusRejection object

Rejection returned when the Physical Card is not the expected status

Returned By

cancelPhysicalCardRenewal mutation