ActivatePhysicalCardPayload
No description
union ActivatePhysicalCardPayload = ActivatePhysicalCardSuccessPayload | BadAccountStatusRejection | PhysicalCardNotFoundRejection | PhysicalCardWrongStatusRejection | CannotActivatePhysicalCardRejection | ForbiddenRejection | CardNotFoundRejection | UserNotCardHolderRejection | ValidationRejection
Possible types
ActivatePhysicalCardPayload.ActivatePhysicalCardSuccessPayload
object
ActivatePhysicalCardPayload.BadAccountStatusRejection
object
Rejection returned if the status account is not valid
ActivatePhysicalCardPayload.PhysicalCardNotFoundRejection
object
Rejection returned when the Physical Card does not exist
ActivatePhysicalCardPayload.PhysicalCardWrongStatusRejection
object
Rejection returned when the Physical Card is not the expected status
ActivatePhysicalCardPayload.CannotActivatePhysicalCardRejection
object
Rejection returned when the Physical Card cannot be activated
ActivatePhysicalCardPayload.ForbiddenRejection
object
ActivatePhysicalCardPayload.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
ActivatePhysicalCardPayload.UserNotCardHolderRejection
object
Rejection returned when the User is not the Card Holder
ActivatePhysicalCardPayload.ValidationRejection
object
Rejection returned if an input contains invalid data
Returned By
activatePhysicalCard
mutation