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

net.minidev.ovh.api.order.cart.OvhDomainPacksDescriptionItem Maven / Gradle / Ivy

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

/**
 * Describe the eligibility of each domain in the packs
 */
public class OvhDomainPacksDescriptionItem {
	/**
	 * Domain concerned by the availability
	 *
	 * canBeNull && readOnly
	 */
	public String domain;

	/**
	 * Indicates if domain is available and will be included in the pack
	 *
	 * canBeNull && readOnly
	 */
	public Boolean available;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy