
com.mangopay.core.enumerations.DeclaredUboStatus Maven / Gradle / Ivy
package com.mangopay.core.enumerations;
/**
* Enumeration of possible statuses of a declared UBO.
*/
public enum DeclaredUboStatus {
/**
* When declaration of a UBO was created
*/
CREATED,
/**
* When declaration of a UBO was validated
*/
VALIDATED,
/**
* When declaration of a UBO was refused
*/
REFUSED
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy