Package com.twilio.type
Class OutboundPrefixPrice
- java.lang.Object
-
- com.twilio.type.OutboundPrefixPrice
-
public class OutboundPrefixPrice extends Object
Outbound prices for prefixes.For more information see: Pricing docs
-
-
Constructor Summary
Constructors Constructor Description OutboundPrefixPrice(List<String> prefixes, String friendlyName, double basePrice, double currentPrice)Initialize an OutboundPrefixPrice.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)doublegetBasePrice()doublegetCurrentPrice()StringgetFriendlyName()List<String>getPrefixes()inthashCode()
-
-
-
Method Detail
-
getFriendlyName
public String getFriendlyName()
-
getBasePrice
public double getBasePrice()
-
getCurrentPrice
public double getCurrentPrice()
-
-