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

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

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

/**
 * Enumeration that differentiates natural users.
 */
public enum NaturalUserCapacity {

    /**
     * Real customer.
     */
    NORMAL,

    /**
     * User used only for declaration purpose.
     */
    DECLARATIVE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy