All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yodlee.api.model.account.enums.AutoRefreshAdditionalStatus Maven / Gradle / Ivy

There is a newer version: 1.0.29.beta1
Show newest version
/**
 * Copyright (c) 2019 Yodlee, Inc. All Rights Reserved.
 *
 * Licensed under the MIT License. See LICENSE file in the project root for license information.
 */
package com.yodlee.api.model.account.enums;

public enum AutoRefreshAdditionalStatus {
	/**
	 * Auto refresh is scheduled
	 */
	SCHEDULED,//
	/**
	 * Auto refresh is temporarily disabled due to site or technical issues
	 */
	TEMP_ERROR,//
	/**
	 * Auto refresh is disabled due to site blocking
	 */
	SITE_BLOCKING,//
	/**
	 * Auto refresh is disabled because the site no longer supports updates
	 */
	SITE_NOT_SUPPORTED, //
	/**
	 * Auto refresh is disabled because the site requires real time MFA information to get account updates
	 */
	REAL_TIME_MFA_REQUIRED,//
	/**
	 * Auto refresh is disabled as the user needs to take action at site or update the credentials or answers for
	 * security questions
	 * 
	 */
	USER_ACTION_REQUIRED,//
	/**
	 * Auto refresh is disabled because:
*
    * *
  • The customer has unsubscribed to auto refreshes.
  • *
  • Yodlee has disabled auto refreshes for the customer due to site or technical issues.
  • *
  • Auto refresh no longer subscribed at the provider account level.
  • *
  • The site has been disabled for auto refreshes.
  • *
  • The account is inactive or closed.
  • *
* */ UNSUBSCRIBED,// /** * Auto refresh is disabled because the account is a manual account * */ MANUAL_ACCOUNT }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy