Skip to main content

PhoneInput

PhoneInput stores a structured phone number.

countryCodecountryCode (string)

International country dialling prefix without the plus sign.

numbernumber (string)

Subscriber number excluding the country code.

PhoneInput
{
"countryCode": "string",
"number": "string"
}