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

com.mangopay.core.enumerations.KycStatus Maven / Gradle / Ivy

There is a newer version: 2.42.0
Show newest version
package com.mangopay.core.enumerations;

/**
 * KYC document status enumeration.
 */
public enum KycStatus {
    /**
     * Not specified.
     */
    NotSpecified,

    /**
     * CREATED KYC status.
     */
    CREATED, 

    /**
     * VALIDATION ASKED KYC status.
     */
    VALIDATION_ASKED, 

    /**
     * VALIDATED KYC status.
     */
    VALIDATED, 

    /**
     * REFUSED KYC status.
     */
    REFUSED,

    /**
     * OUT_OF_DATE kyc status
     */
    OUT_OF_DATE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy