net.minidev.ovh.api.sms.OvhVirtualNumberGenericService Maven / Gradle / Ivy
package net.minidev.ovh.api.sms;
/**
* Virtual numbers
*/
public class OvhVirtualNumberGenericService {
/**
* The virtual number
*
* canBeNull && readOnly
*/
public String number;
/**
* The ISO formated country code of the number
*
* canBeNull && readOnly
*/
public OvhVirtualNumberIsoCountryCodeEnum countryCode;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy