net.minidev.ovh.api.telephony.OvhPortabilityCustomerInfos Maven / Gradle / Ivy
 The newest version!
        
        package net.minidev.ovh.api.telephony;
/**
 * Customer informations about a portability
 */
public class OvhPortabilityCustomerInfos {
	/**
	 * ZIP code of the customer's address
	 *
	 * canBeNull
	 */
	public String zip;
	/**
	 * Door of the customer's address
	 *
	 * canBeNull
	 */
	public String door;
	/**
	 * Street name of the customer's address
	 *
	 * canBeNull
	 */
	public String streetName;
	/**
	 * Stair of the customer's address
	 *
	 * canBeNull
	 */
	public String stair;
	/**
	 * Street number of the customer's address
	 *
	 * canBeNull
	 */
	public String streetNumber;
	/**
	 * City of the customer's address
	 *
	 * canBeNull
	 */
	public String city;
	/**
	 * Name of the customer
	 *
	 * canBeNull
	 */
	public String name;
	/**
	 * Floor of the customer's address
	 *
	 * canBeNull
	 */
	public String floor;
	/**
	 * SIRET of the customer
	 *
	 * canBeNull
	 */
	public String siret;
	/**
	 * Building of the customer's address
	 *
	 * canBeNull
	 */
	public String building;
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy