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

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

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

/**
 * UBO declaration status enumeration.
 */
public enum UboDeclarationStatus {

    /**
     * When the UBO declaration was created
     */
    CREATED,

    /**
     * When validation has been requested for the UBO declaration
     */
    VALIDATION_ASKED,

    /**
     * When the UBO declaration was validated
     */
    VALIDATED,

    /**
     * When the UBO declaration was refused
     */
    REFUSED,

    /**
     * When the UBO declaration was incomplete
     */
    INCOMPLETE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy