Package | Description |
---|---|
com.twilio.sdk.type |
Modifier and Type | Method and Description |
---|---|
static PhoneNumberPrice.Type |
PhoneNumberPrice.Type.forValue(String value)
Returns the type of phone number given a string value.
|
PhoneNumberPrice.Type |
PhoneNumberPrice.getType()
Returns the type of phone number.
|
static PhoneNumberPrice.Type |
PhoneNumberPrice.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhoneNumberPrice.Type[] |
PhoneNumberPrice.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PhoneNumberPrice(double basePrice,
double currentPrice,
PhoneNumberPrice.Type type)
Initialize a PhoneNumberPrice.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.