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

net.minidev.ovh.api.pack.xdsl.OvhVoIPHardware Maven / Gradle / Ivy

package net.minidev.ovh.api.pack.xdsl;

import net.minidev.ovh.api.order.OvhPrice;

/**
 * Hardware for VoIP line
 */
public class OvhVoIPHardware {
	/**
	 * canBeNull
	 */
	public String image;

	/**
	 * canBeNull
	 */
	public Long max;

	/**
	 * canBeNull
	 */
	public String name;

	/**
	 * canBeNull
	 */
	public OvhPrice deposit;

	/**
	 * canBeNull
	 */
	public String label;

	/**
	 * canBeNull
	 */
	public Boolean needShipping;

	/**
	 * canBeNull
	 */
	public String url;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy