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() |
public InboundCallPrice(double basePrice, double currentPrice, InboundCallPrice.Type type)
basePrice
- base price of callcurrentPrice
- current price of calltype
- type of phone numberCopyright © 2019 Twilio, Inc. All Rights Reserved.