Class InboundCallPrice


  • public class InboundCallPrice
    extends Object
    Pricing for inbound calls

    For more information see: Pricing Docs

    • Constructor Detail

      • InboundCallPrice

        public InboundCallPrice​(double basePrice,
                                double currentPrice,
                                InboundCallPrice.Type type)
        Initialize a InboundCallPrice.
        Parameters:
        basePrice - base price of call
        currentPrice - current price of call
        type - type of phone number
    • Method Detail

      • getBasePrice

        public double getBasePrice()
      • getCurrentPrice

        public double getCurrentPrice()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object