net.minidev.ovh.api.saas.csp2.OvhOfficeSubscription Maven / Gradle / Ivy
 The newest version!
        
        package net.minidev.ovh.api.saas.csp2;
import java.util.Date;
/**
 * Office subscription
 */
public class OvhOfficeSubscription {
	/**
	 * Number of available licenses
	 *
	 * canBeNull && readOnly
	 */
	public Long quantity;
	/**
	 * Last update date
	 *
	 * canBeNull && readOnly
	 */
	public Date lastUpdate;
	/**
	 * Subscription's unique identifier
	 *
	 * canBeNull && readOnly
	 */
	public Long id;
	/**
	 * Creation date
	 *
	 * canBeNull && readOnly
	 */
	public Date creationDate;
	/**
	 * License's type id
	 *
	 * canBeNull && readOnly
	 */
	public Long licenseId;
	/**
	 * Pending task's unique identifier
	 *
	 * canBeNull && readOnly
	 */
	public Long taskPendingId;
	/**
	 * Subscription's status
	 *
	 * canBeNull && readOnly
	 */
	public String status;
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy