
net.minidev.ovh.api.xdsl.eligibility.OvhCity Maven / Gradle / Ivy
The newest version!
package net.minidev.ovh.api.xdsl.eligibility;
/**
* Represent a city
*/
public class OvhCity {
/**
* Zip code of the city
*
* canBeNull
*/
public String zipCode;
/**
* INSEE code of the city
*
* canBeNull
*/
public String inseeCode;
/**
* Name of the city
*
* canBeNull
*/
public String name;
/**
* Locality (subset of a city)
*
* canBeNull
*/
public String locality;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy