Class VerifyDetails

java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.verify.VerifyDetails
All Implemented Interfaces:
Jsonable

public class VerifyDetails extends JsonableBaseObject
  • Constructor Details

  • Method Details

    • getRequestId

      public String getRequestId()
      Returns:
      The request_id that you received in the response to the Verify request and used in the Verify search request.
    • getAccountId

      public String getAccountId()
      Returns:
      The Vonage account ID the request was for.
    • getNumber

      public String getNumber()
      Returns:
      The phone number this verification request was used for.
    • getSenderId

      public String getSenderId()
      Returns:
      The sender_id you provided in the Verify request.
    • getDateSubmitted

      Returns:
      The date and time the verification request was submitted.
    • getDateFinalized

      Returns:
      The date and time the verification request was completed.
    • getFirstEventDate

      Returns:
      The date and time the first verification attempt was made.
    • getLastEventDate

      Returns:
      The date and time the last verification attempt was made.
    • getStatus

      Returns:
      The status.
    • getPrice

      public BigDecimal getPrice()
      Returns:
      The cost incurred for this verification request.
    • getCurrency

      public String getCurrency()
      Returns:
      The currency code.
    • getChecks

      Returns:
      The list of checks made for this verification and their outcomes.
    • getEstimatedPriceMessagesSent

      Returns:
      This field may not be present, depending on your pricing model. The value indicates the cost (in EUR) of the calls made and messages sent for the verification process. This value may be updated during and shortly after the request completes because user input events can overlap with message/call events. When this field is present, the total cost of the verification is the sum of this field and the price field.
      Since:
      7.1.0