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

au.org.consumerdatastandards.holder.model.telco.PurposeEnum Maven / Gradle / Ivy

The newest version!
package au.org.consumerdatastandards.holder.model.telco;

/**
 * The purpose type of the product. If absent, then the value PERSONAL is assumed
 */
public enum PurposeEnum {
    PERSONAL,
    BUSINESS,
    ALL
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy