Package com.twilio.type
Class InboundCallPrice
- java.lang.Object
-
- com.twilio.type.InboundCallPrice
-
public class InboundCallPrice extends Object
Pricing for inbound callsFor more information see: Pricing Docs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InboundCallPrice.Type
-
Constructor Summary
Constructors Constructor Description InboundCallPrice(double basePrice, double currentPrice, InboundCallPrice.Type type)
Initialize a InboundCallPrice.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
double
getBasePrice()
double
getCurrentPrice()
InboundCallPrice.Type
getType()
int
hashCode()
-
-
-
Constructor Detail
-
InboundCallPrice
public InboundCallPrice(double basePrice, double currentPrice, InboundCallPrice.Type type)
Initialize a InboundCallPrice.- Parameters:
basePrice
- base price of callcurrentPrice
- current price of calltype
- type of phone number
-
-