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

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

There is a newer version: 1.0.17
Show newest version
package net.minidev.ovh.api.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 - 2024 Weber Informatics LLC | Privacy Policy