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

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

The newest version!
package net.minidev.ovh.api.xdsl.eligibility;

/**
 * Details of a FiberStreet
 */
public class OvhFiberStreet {
	/**
	 * Street name
	 *
	 * canBeNull
	 */
	public String streetName;

	/**
	 * Identifier which refer to a street uniquely
	 *
	 * canBeNull
	 */
	public String streetCode;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy