All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minidev.ovh.api.telephony.OvhAbbreviatedNumber Maven / Gradle / Ivy

There is a newer version: 1.0.17
Show newest version
package net.minidev.ovh.api.telephony;

/**
 * Abbreviated number
 */
public class OvhAbbreviatedNumber {
	/**
	 * The abbreviated number which must start with "2" and must have a length of 3 or 4 digits
	 *
	 * canBeNull && readOnly
	 */
	public Long abbreviatedNumber;

	/**
	 * canBeNull && readOnly
	 */
	public String surname;

	/**
	 * canBeNull && readOnly
	 */
	public String name;

	/**
	 * The destination of the abbreviated number
	 *
	 * canBeNull && readOnly
	 */
	public String destinationNumber;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy