Package com.twilio.type
Class OutboundPrefixPriceWithOrigin
- java.lang.Object
-
- com.twilio.type.OutboundPrefixPriceWithOrigin
-
public class OutboundPrefixPriceWithOrigin extends Object
Outbound prices for prefixes with origin.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)doublegetBasePrice()doublegetCurrentPrice()List<String>getDestinationPrefixes()StringgetFriendlyName()List<String>getOriginationPrefixes()inthashCode()
-
-
-
Constructor Detail
-
OutboundPrefixPriceWithOrigin
public OutboundPrefixPriceWithOrigin(List<String> destination_prefixes, List<String> origination_prefixes, String friendlyName, double basePrice, double currentPrice)
Initialize an OutboundPrefixPriceWithOrigin.- Parameters:
destination_prefixes- destination price prefixesorigination_prefixes- origination price prefixesfriendlyName- friend name for the pricebasePrice- base pricecurrentPrice- current price
-
-
Method Detail
-
getFriendlyName
public String getFriendlyName()
-
getBasePrice
public double getBasePrice()
-
getCurrentPrice
public double getCurrentPrice()
-
-