Class InboundSmsPrice

    • Constructor Detail

      • InboundSmsPrice

        public InboundSmsPrice​(double basePrice,
                               double currentPrice,
                               InboundSmsPrice.Type type)
        Initialize an InboundSmsPrice.
        Parameters:
        basePrice - base price for sms
        currentPrice - current price for sms
        type - type of phone number
    • Method Detail

      • getBasePrice

        public double getBasePrice()
      • getCurrentPrice

        public double getCurrentPrice()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object