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

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

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

/**
 * Trunk external displayed number validation
 */
public class OvhTrunkExternalDisplayedNumberValidation {
	/**
	 * Validation code to type during phone call
	 *
	 * canBeNull
	 */
	public String validationCode;

	/**
	 * telephony.Task id of the validation phone call
	 *
	 * canBeNull
	 */
	public Long phoneCallTaskId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy