public class InboundCallPrice extends Object
For more information see: Pricing Docs
| Modifier and Type | Class and Description |
|---|---|
static class |
InboundCallPrice.Type |
| Constructor and Description |
|---|
InboundCallPrice(double basePrice,
double currentPrice,
InboundCallPrice.Type type)
Initialize a InboundCallPrice.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
double |
getBasePrice() |
double |
getCurrentPrice() |
InboundCallPrice.Type |
getType() |
int |
hashCode() |
String |
toString() |
public InboundCallPrice(double basePrice,
double currentPrice,
InboundCallPrice.Type type)
basePrice - base price of callcurrentPrice - current price of calltype - type of phone numberpublic double getBasePrice()
public double getCurrentPrice()
public InboundCallPrice.Type getType()
Copyright © 2011 Twilio, Inc. All Rights Reserved.