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

net.minidev.ovh.api.telephony.OvhEntrepriseNumberInformations Maven / Gradle / Ivy

There is a newer version: 1.0.17
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy