github.com/twilio/twilio-go@v1.20.1/rest/pricing/v2/docs/PricingV2VoiceNumber.md (about) 1 # PricingV2VoiceNumber 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **DestinationNumber** | Pointer to **string** | The destination 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. | 8 **OriginationNumber** | Pointer to **string** | The origination 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. | 9 **Country** | Pointer to **string** | The name of the country. | 10 **IsoCountry** | Pointer to **string** | The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) | 11 **OutboundCallPrices** | Pointer to [**[]PricingV2VoiceVoiceNumberOutboundCallPrices**](PricingV2VoiceVoiceNumberOutboundCallPrices.md) | The list of [OutboundCallPriceWithOrigin](https://www.twilio.com/docs/voice/pricing#outbound-call-price-with-origin) records. | 12 **InboundCallPrice** | Pointer to [**PricingV2VoiceVoiceNumberInboundCallPrice**](PricingV2VoiceVoiceNumberInboundCallPrice.md) | | 13 **PriceUnit** | Pointer to **string** | The currency in which prices are measured, specified in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format (e.g. `usd`, `eur`, `jpy`). | 14 **Url** | Pointer to **string** | The absolute URL of the resource. | 15 16 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 17 18