net.minidev.ovh.api.xdsl.eligibility.OvhStreet Maven / Gradle / Ivy
package net.minidev.ovh.api.xdsl.eligibility;
/**
 * Represents a street
 */
public class OvhStreet {
	/**
	 * The name of the street
	 *
	 * canBeNull
	 */
	public String name;
	/**
	 * The identifier of the street
	 *
	 * canBeNull
	 */
	public String rivoliCode;
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy