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