public class PhoneNumberCountry extends NextGenInstanceResource<TwilioPricingClient>
| Modifier and Type | Class and Description |
|---|---|
class |
PhoneNumberCountry.NumberPrice
Holds pricing information for a specific type of Twilio Phone Number.
|
| Constructor and Description |
|---|
PhoneNumberCountry(TwilioPricingClient client) |
PhoneNumberCountry(TwilioPricingClient client,
Map<String,Object> properties) |
PhoneNumberCountry(TwilioPricingClient client,
String isoCountry) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountry()
Get the name of the country this pricing information applies to.
|
String |
getIsoCountry()
Get an abbreviated identifier for the country this pricing information applies to.
|
List<PhoneNumberCountry.NumberPrice> |
getPhoneNumberPrices()
Get a list of prices for available phone number types in this country.
|
String |
getPriceUnit()
Get the currency unit for this pricing information.
|
getObject, getProperty, update, updatesetRequestAccountSidpublic PhoneNumberCountry(TwilioPricingClient client)
public PhoneNumberCountry(TwilioPricingClient client, Map<String,Object> properties)
public PhoneNumberCountry(TwilioPricingClient client, String isoCountry)
public String getIsoCountry()
public String getCountry()
public String getPriceUnit()
public List<PhoneNumberCountry.NumberPrice> getPhoneNumberPrices()
Copyright © 2011 Twilio, Inc. All Rights Reserved.