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 classInboundCallPrice.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 booleanequals(Object o)doublegetBasePrice()doublegetCurrentPrice()InboundCallPrice.TypegetType()inthashCode()
-
-
-
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
-
-