com.yodlee.api.model.verification.enums.VerificationStatus Maven / Gradle / Ivy
/**
* 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.verification.enums;
public enum VerificationStatus {
/**
* Description: The account verification process is initiated
*/
INITIATED,//
/**
* Description: The micro-deposits and debits for the CDV process are posted to the consumer's account
*/
DEPOSITED,//
/**
* Description: The consumer's account verification is successful
*/
SUCCESS,//
/**
* Description: Due to technical issues Yodlee could not post the micro-transactions in the user's account
*/
FAILED
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy