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

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

The newest version!
package com.mangopay.core.enumerations;

/**
 * KYC document level enumeration.
 */
public enum KycLevel {
    /**
     * Not specified.
     */
    NotSpecified,
    
    /**
     * LIGHT KYC level.
     */
    LIGHT,
    
    /**
     * REGULAR KYC level.
     */
    REGULAR
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy