> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cdp.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PhoneNumber

A phone number object.

## See

[parseValuesFromPhoneNumber](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Utilities/parseValuesFromPhoneNumber) for the function that parses a phone number into a phone number object.

## Properties

| Property                 | Type     | Description                                                                    |
| ------------------------ | -------- | ------------------------------------------------------------------------------ |
| <a id="value" /> `value` | `string` | The phone number in the national format (country calling code is not included) |
| <a id="e164" /> `e164`   | `string` | The phone number in international format (E.164). Typically used in API calls. |
