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