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

net.minidev.ovh.api.xdsl.eligibility.OvhLine Maven / Gradle / Ivy

There is a newer version: 1.0.17
Show newest version
package net.minidev.ovh.api.xdsl.eligibility;

/**
 * a line
 */
public class OvhLine {
	/**
	 * The line status
	 *
	 * canBeNull
	 */
	public OvhLandlineStatusEnum lineStatus;

	/**
	 * The line address
	 *
	 * canBeNull
	 */
	public OvhAddress address;

	/**
	 * The contact name
	 *
	 * canBeNull
	 */
	public String contactName;

	/**
	 * The line number
	 *
	 * canBeNull
	 */
	public String lineNumber;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy