net.minidev.ovh.api.pack.xdsl.OvhResiliationSurvey Maven / Gradle / Ivy
package net.minidev.ovh.api.pack.xdsl;
/**
 * Information about the reason for the resiliation
 */
public class OvhResiliationSurvey {
	/**
	 * Comment about this resiliation
	 *
	 * canBeNull
	 */
	public String comment;
	/**
	 * Type of reason for the resiliation
	 *
	 * canBeNull
	 */
	public OvhResiliationReasonEnum type;
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy