> ## 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.

# UsePhoneNumberStateResult

Return value from the usePhoneNumberState hook.

## Properties

| Property                                                     | Type                                                                                                     | Description                                                            |
| ------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| <a id="phonenumberobject" /> `phoneNumberObject`             | [`PhoneNumber`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/PhoneNumber)                   | The phone number object with value and e164 fields.                    |
| <a id="countrycode" /> `countryCode`                         | `CountryCode`                                                                                            | The current country code.                                              |
| <a id="handlephonenumberchange" /> `handlePhoneNumberChange` | (`pn`: [`PhoneNumber`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/PhoneNumber)) => `void` | Handler for PhoneNumberInput/PhoneNumberForm onPhoneNumberChange prop. |
| <a id="handlecountrycodechange" /> `handleCountryCodeChange` | (`countryCode`: `CountryCode`) => `void`                                                                 | Handler for PhoneNumberInput/PhoneNumberForm onCountryCodeChange prop. |
