public interface StatusPrice
Prices associated with this verification
  • Method Details

    • getVerificationPrice

      Price getVerificationPrice()
      Get verificationPrice
      Returns:
      verificationPrice
    • getTerminationPrice

      Price getTerminationPrice()
      Get terminationPrice
      Returns:
      terminationPrice
    • getBillableDuration

      Integer getBillableDuration()
      The time of the call for which the fee was charged. Present only when termination debiting is enabled (disabled by default). Depending on the type of rounding used, the value is the actual call time rounded to the nearest second, minute or other value.
      Returns:
      billableDuration
    • builder

      static StatusPrice.Builder builder()
      Getting builder
      Returns:
      New Builder instance