| Package | Description |
|---|---|
| com.twilio.sdk.resource.instance.pricing |
| Modifier and Type | Method and Description |
|---|---|
NumberType |
VoiceNumber.InboundCallPrice.getNumberType()
The type of phone number this price information applies to.
|
NumberType |
VoiceCountry.InboundCallPrice.getNumberType()
The type of number for which this price applies,
e.g.
|
NumberType |
PhoneNumberCountry.NumberPrice.getNumberType()
The type of number for which this price applies,
e.g.
|
NumberType |
MessagingCountry.MessagingPrice.getNumberType()
The type of number for which this price applies,
e.g.
|
static NumberType |
NumberType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumberType[] |
NumberType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
InboundCallPrice(NumberType numberType,
BigDecimal basePrice,
BigDecimal currentPrice) |
InboundCallPrice(NumberType numberType,
BigDecimal basePrice,
BigDecimal currentPrice) |
MessagingPrice(NumberType numberType,
BigDecimal basePrice,
BigDecimal currentPrice) |
NumberPrice(NumberType numberType,
BigDecimal basePrice,
BigDecimal currentPrice) |
Copyright © 2011 Twilio, Inc. All Rights Reserved.