public class VoiceCountry extends NextGenInstanceResource<TwilioPricingClient>
| Modifier and Type | Class and Description |
|---|---|
class |
VoiceCountry.InboundCallPrice |
class |
VoiceCountry.OutboundPrefixPrice
Represents current prices for outbound Twilio Voice calls to the given
list of number prefixes.
|
| Constructor and Description |
|---|
VoiceCountry(TwilioPricingClient client) |
VoiceCountry(TwilioPricingClient client,
Map<String,Object> properties) |
VoiceCountry(TwilioPricingClient client,
String isoCountry) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountry()
Get the name of the country this pricing information applies to.
|
List<VoiceCountry.InboundCallPrice> |
getInboundCallPrices()
Get a list of prices for inbound voice calls in this country,
broken out by number type.
|
String |
getIsoCountry()
Get an abbreviated identifier for the country this pricing information
applies to.
|
List<VoiceCountry.OutboundPrefixPrice> |
getOutboundPrefixPrices()
Get a list of prices for outbound voice calls in this country.
|
String |
getPriceUnit()
Get the currency unit for this pricing information.
|
getObject, getProperty, update, updatesetRequestAccountSidpublic VoiceCountry(TwilioPricingClient client)
public VoiceCountry(TwilioPricingClient client, Map<String,Object> properties)
public VoiceCountry(TwilioPricingClient client, String isoCountry)
public String getCountry()
public String getIsoCountry()
public String getPriceUnit()
public List<VoiceCountry.InboundCallPrice> getInboundCallPrices()
public List<VoiceCountry.OutboundPrefixPrice> getOutboundPrefixPrices()
Copyright © 2011 Twilio, Inc. All Rights Reserved.