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