Package com.twilio.type
Class OutboundCallPriceWithOrigin
- java.lang.Object
-
- com.twilio.type.OutboundCallPriceWithOrigin
-
public class OutboundCallPriceWithOrigin extends Object
-
-
Constructor Summary
Constructors Constructor Description OutboundCallPriceWithOrigin(double basePrice, double currentPrice, List<String> originationPrefixes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)doublegetBasePrice()doublegetCurrentPrice()List<String>getOriginationPrefixes()inthashCode()
-