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

net.minidev.ovh.api.telephony.OvhTrunkSimultaneousPacksRepartition 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;

/**
 * Repartition of simultaneous channels packs for a trunk
 */
public class OvhTrunkSimultaneousPacksRepartition {
	/**
	 * The optimized quantity of channels to order
	 *
	 * canBeNull
	 */
	public Long optimizedChannelsQuantity;

	/**
	 * The repartition of the packs
	 *
	 * canBeNull
	 */
	public OvhTrunkSimultaneousPack[] packsRepartition;

	/**
	 * The total price of the channels packs combination
	 *
	 * canBeNull
	 */
	public OvhPrice totalPrice;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy