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

net.minidev.ovh.api.sms.OvhVirtualNumber Maven / Gradle / Ivy

The newest version!
package net.minidev.ovh.api.sms;

/**
 * Virtual numbers
 */
public class OvhVirtualNumber {
	/**
	 * The virtual number
	 *
	 * canBeNull && readOnly
	 */
	public String number;

	/**
	 * The ISO formated country code of the number
	 *
	 * canBeNull && readOnly
	 */
	public OvhVirtualNumberIsoCountryCodeEnum countryCode;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy