net.minidev.ovh.api.xdsl.hubic.OvhHubicDetailsResponse Maven / Gradle / Ivy
package net.minidev.ovh.api.xdsl.hubic;
/**
 * Details that the user used for his voucher
 */
public class OvhHubicDetailsResponse {
	/**
	 * Mail used for the voucher
	 *
	 * canBeNull
	 */
	public String email;
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy