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