Interface QueryNumberInformation


public interface QueryNumberInformation
The number item object.
  • Method Details

    • getCountryId

      String getCountryId()
      The ISO 3166-1 formatted country code.
      Returns:
      countryId
    • getNumberType

      The type of the number.
      Returns:
      numberType
    • getNormalizedNumber

      String getNormalizedNumber()
      The number in E.164 format.
      Returns:
      normalizedNumber
    • getRestricted

      Boolean getRestricted()
      Concerns whether the call is restricted or not.
      Returns:
      restricted
    • getRate

      Price getRate()
      Get rate
      Returns:
      rate
    • builder

      Getting builder
      Returns:
      New Builder instance