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;
}