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

net.minidev.ovh.api.xdsl.OvhDeconsolidationTerms Maven / Gradle / Ivy

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

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

/**
 * Show the deconsolidation terms
 */
public class OvhDeconsolidationTerms {
	/**
	 * Duration of month the access will be engaged
	 *
	 * canBeNull
	 */
	public Double engagement;

	/**
	 * Price to pay
	 *
	 * canBeNull
	 */
	public OvhPrice price;

	/**
	 * New abo price after the deconsolidation
	 *
	 * canBeNull
	 */
	public OvhPrice monthlyPrice;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy