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

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

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

/**
 * Represent a street
 */
public class OvhStreet {
	/**
	 * Name of the street
	 *
	 * canBeNull
	 */
	public String name;

	/**
	 * RIVOLI identifier of the street
	 *
	 * canBeNull
	 */
	public String rivoliCode;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy