UpdateAccountPayload
No description
union UpdateAccountPayload = UpdateAccountSuccessPayload | AccountNotFoundRejection | BadAccountStatusRejection | ForbiddenRejection | InternalErrorRejection | ValidationRejection
Possible types
UpdateAccountPayload.UpdateAccountSuccessPayload
object
UpdateAccountPayload.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
UpdateAccountPayload.BadAccountStatusRejection
object
Rejection returned if the status account is not valid
UpdateAccountPayload.ForbiddenRejection
object
UpdateAccountPayload.InternalErrorRejection
object
Rejection returned on unexpected server error
UpdateAccountPayload.ValidationRejection
object
Rejection returned if an input contains invalid data
Returned By
updateAccount
mutation