github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/ApiV2010IncomingPhoneNumber.md (about)

     1  # ApiV2010IncomingPhoneNumber
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this IncomingPhoneNumber resource. |
     8  **AddressSid** | Pointer to **string** | The SID of the Address resource associated with the phone number. |
     9  **AddressRequirements** | Pointer to [**string**](IncomingPhoneNumberEnumAddressRequirement.md) |  |
    10  **ApiVersion** | Pointer to **string** | The API version used to start a new TwiML session. |
    11  **Beta** | Pointer to **bool** | Whether the phone number is new to the Twilio platform. Can be: `true` or `false`. |
    12  **Capabilities** | Pointer to [**ApiV2010AccountIncomingPhoneNumberCapabilities**](ApiV2010AccountIncomingPhoneNumberCapabilities.md) |  |
    13  **DateCreated** | Pointer to **string** | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. |
    14  **DateUpdated** | Pointer to **string** | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. |
    15  **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. |
    16  **IdentitySid** | Pointer to **string** | The SID of the Identity resource that we associate with the phone number. Some regions require an Identity to meet local regulations. |
    17  **PhoneNumber** | Pointer to **string** | The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. |
    18  **Origin** | Pointer to **string** | The phone number's origin. `twilio` identifies Twilio-owned phone numbers and `hosted` identifies hosted phone numbers. |
    19  **Sid** | Pointer to **string** | The unique string that that we created to identify this IncomingPhoneNumber resource. |
    20  **SmsApplicationSid** | Pointer to **string** | The SID of the application that handles SMS messages sent to the phone number. If an `sms_application_sid` is present, we ignore all `sms_*_url` values and use those of the application. |
    21  **SmsFallbackMethod** | Pointer to **string** | The HTTP method we use to call `sms_fallback_url`. Can be: `GET` or `POST`. |
    22  **SmsFallbackUrl** | Pointer to **string** | The URL that we call when an error occurs while retrieving or executing the TwiML from `sms_url`. |
    23  **SmsMethod** | Pointer to **string** | The HTTP method we use to call `sms_url`. Can be: `GET` or `POST`. |
    24  **SmsUrl** | Pointer to **string** | The URL we call when the phone number receives an incoming SMS message. |
    25  **StatusCallback** | Pointer to **string** | The URL we call using the `status_callback_method` to send status information to your application. |
    26  **StatusCallbackMethod** | Pointer to **string** | The HTTP method we use to call `status_callback`. Can be: `GET` or `POST`. |
    27  **TrunkSid** | Pointer to **string** | The SID of the Trunk that handles calls to the phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. |
    28  **Uri** | Pointer to **string** | The URI of the resource, relative to `https://api.twilio.com`. |
    29  **VoiceReceiveMode** | Pointer to [**string**](IncomingPhoneNumberEnumVoiceReceiveMode.md) |  |
    30  **VoiceApplicationSid** | Pointer to **string** | The SID of the application that handles calls to the phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. |
    31  **VoiceCallerIdLookup** | Pointer to **bool** | Whether we look up the caller's caller-ID name from the CNAM database ($0.01 per look up). Can be: `true` or `false`. |
    32  **VoiceFallbackMethod** | Pointer to **string** | The HTTP method we use to call `voice_fallback_url`. Can be: `GET` or `POST`. |
    33  **VoiceFallbackUrl** | Pointer to **string** | The URL that we call when an error occurs retrieving or executing the TwiML requested by `url`. |
    34  **VoiceMethod** | Pointer to **string** | The HTTP method we use to call `voice_url`. Can be: `GET` or `POST`. |
    35  **VoiceUrl** | Pointer to **string** | The URL we call when the phone number receives a call. The `voice_url` will not be used if a `voice_application_sid` or a `trunk_sid` is set. |
    36  **EmergencyStatus** | Pointer to [**string**](IncomingPhoneNumberEnumEmergencyStatus.md) |  |
    37  **EmergencyAddressSid** | Pointer to **string** | The SID of the emergency address configuration that we use for emergency calling from this phone number. |
    38  **EmergencyAddressStatus** | Pointer to [**string**](IncomingPhoneNumberEnumEmergencyAddressStatus.md) |  |
    39  **BundleSid** | Pointer to **string** | The SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations. |
    40  **Status** | Pointer to **string** |  |
    41  
    42  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    43  
    44