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

net.minidev.ovh.api.service.renew.OvhRenewDescription Maven / Gradle / Ivy

The newest version!
package net.minidev.ovh.api.service.renew;

/**
 * List possible renews for service
 */
public class OvhRenewDescription {
	/**
	 * ISO8601 formatted renewal duration
	 *
	 * canBeNull && readOnly
	 */
	public String renewPeriod;

	/**
	 * List possible strategies
	 *
	 * canBeNull && readOnly
	 */
	public OvhRenewStrategy[] strategies;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy