net.minidev.ovh.api.telephony.OvhEntrepriseNumberInformationsTask Maven / Gradle / Ivy
 The newest version!
        
        package net.minidev.ovh.api.telephony;
/**
 * Task about getting entreprise informations
 */
public class OvhEntrepriseNumberInformationsTask {
	/**
	 * Informations about the enterprise
	 *
	 * canBeNull
	 */
	public OvhEntrepriseNumberInformations informations;
	/**
	 * Task status
	 *
	 * canBeNull
	 */
	public OvhTaskStatusEnum status;
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy