PhoneNumber
An E.164 formatted phone number. Examples include +14035551111 and +918067218000. This will always lead with a + and include only numbers afterwards (no dashes).
JSON representation |
{
"value": string
} |
Fields |
value |
string
REQUIRED: This is a E.164 formatted phone number. Examples include +14035551111 and +918067218000. This will always lead with a + and include only numbers afterwards (no dashes).
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["This document describes the schema for representing an E.164 formatted phone number in JSON."],["The phone number is represented as a JSON object with a single \"value\" field containing the E.164 formatted number."],["E.164 phone numbers always begin with a \"+\" and contain only numbers without any dashes."],["Examples of valid E.164 numbers are +14035551111 and +918067218000."]]],[]]