net.minidev.ovh.api.telephony.OvhEntrepriseNumberInformations Maven / Gradle / Ivy
package net.minidev.ovh.api.telephony;
/**
 * Task informations about an entreprise
 */
public class OvhEntrepriseNumberInformations {
	/**
	 * Address of the entreprise
	 *
	 * canBeNull
	 */
	public String address;
	/**
	 * Short version of the entreprise number (FR only)
	 *
	 * canBeNull
	 */
	public String siren;
	/**
	 * Entreprise number
	 *
	 * canBeNull
	 */
	public String entrepriseNumber;
	/**
	 * Entreprise's category code for directory services
	 *
	 * canBeNull
	 */
	public String ape;
	/**
	 * Is this a valid entreprise number?
	 *
	 * canBeNull
	 */
	public Boolean isValid;
	/**
	 * Name of the entreprise
	 *
	 * canBeNull
	 */
	public String name;
	/**
	 * Brand of the entreprise
	 *
	 * canBeNull
	 */
	public String brand;
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy