github.com/twilio/twilio-go@v1.20.1/rest/pricing/v1/docs/PricingV1MessagingCountryInstance.md (about) 1 # PricingV1MessagingCountryInstance 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Country** | Pointer to **string** | The name of the country. | 8 **IsoCountry** | Pointer to **string** | The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). | 9 **OutboundSmsPrices** | Pointer to [**[]PricingV1MessagingMessagingCountryInstanceOutboundSmsPrices**](PricingV1MessagingMessagingCountryInstanceOutboundSmsPrices.md) | The list of [OutboundSMSPrice](https://www.twilio.com/docs/sms/api/pricing#outbound-sms-price) records that represent the price to send a message for each MCC/MNC applicable in this country. | 10 **InboundSmsPrices** | Pointer to [**[]PricingV1MessagingMessagingCountryInstanceInboundSmsPrices**](PricingV1MessagingMessagingCountryInstanceInboundSmsPrices.md) | The list of [InboundPrice](https://www.twilio.com/docs/sms/api/pricing#inbound-price) records that describe the price to receive an inbound SMS to the different Twilio phone number types supported in this country | 11 **PriceUnit** | Pointer to **string** | The currency in which prices are measured, specified in [ISO 4127](http://www.iso.org/iso/home/standards/currency_codes.htm) format (e.g. `usd`, `eur`, `jpy`). | 12 **Url** | Pointer to **string** | The absolute URL of the resource. | 13 14 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 15 16