Skip to main content

UpdateCardPayload

No description

union UpdateCardPayload = UpdateCardSuccessPayload | AccountNotFoundRejection | CardNotFoundRejection | AccountMembershipNotAllowedRejection | ValidationRejection

Possible types

UpdateCardPayload.UpdateCardSuccessPayload object

UpdateCardPayload.AccountNotFoundRejection object

Rejection returned if the account was not found or if the user does not have the rights to know that the card exists

UpdateCardPayload.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

UpdateCardPayload.AccountMembershipNotAllowedRejection object

Rejection returned when the Account Membership is not allowed to use an operation.

UpdateCardPayload.ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

updateCard mutation