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

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

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

/**
 * Informations related to a telephony service
 */
public class OvhTelephonySearchService {
	/**
	 * The service domain
	 *
	 * canBeNull
	 */
	public String domain;

	/**
	 * The billing account of the service
	 *
	 * canBeNull
	 */
	public String billingAccount;

	/**
	 * The offer description
	 *
	 * canBeNull
	 */
	public OvhTelephonySearchServiceTypeEnum type;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy