net.minidev.ovh.api.xdsl.eligibility.OvhStreet Maven / Gradle / Ivy
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;
}