Class OutboundPrefixPrice


  • public class OutboundPrefixPrice
    extends Object
    Outbound prices for prefixes.

    For more information see: Pricing docs

    • Constructor Detail

      • OutboundPrefixPrice

        public OutboundPrefixPrice​(List<String> prefixes,
                                   String friendlyName,
                                   double basePrice,
                                   double currentPrice)
        Initialize an OutboundPrefixPrice.
        Parameters:
        prefixes - price prefixes
        friendlyName - friend name for the price
        basePrice - base price
        currentPrice - current price
    • Method Detail

      • getFriendlyName

        public String getFriendlyName()
      • getBasePrice

        public double getBasePrice()
      • getCurrentPrice

        public double getCurrentPrice()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object