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 boolean
equals(Object o)
double
getBasePrice()
double
getCurrentPrice()
List<String>
getOriginationPrefixes()
int
hashCode()
-