net.minidev.ovh.api.pack.xdsl.addressmove.OvhCreation Maven / Gradle / Ivy
package net.minidev.ovh.api.pack.xdsl.addressmove;
import net.minidev.ovh.api.xdsl.eligibility.OvhAddress;
import net.minidev.ovh.api.xdsl.eligibility.OvhBookMeetingSlot;
/**
 * The parameters needed to create a new landline
 */
public class OvhCreation {
	/**
	 * The address
	 *
	 * canBeNull
	 */
	public OvhAddress address;
	/**
	 * Data to book a meeting slot
	 *
	 * canBeNull
	 */
	public OvhBookMeetingSlot meeting;
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy