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

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

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

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

/**
 * Details for a channels pack
 */
public class OvhTrunkSimultaneousPack {
	/**
	 * The unit price of the channels pack
	 *
	 * canBeNull
	 */
	public OvhPrice unitPrice;

	/**
	 * The quantity of packs present in the combination
	 *
	 * canBeNull
	 */
	public Long quantity;

	/**
	 * The number of channels included in the pack
	 *
	 * canBeNull
	 */
	public Long channels;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy