Package com.vonage.client.verify
Class VerifyDetails
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.verify.VerifyDetails
- All Implemented Interfaces:
Jsonable
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Constructor Details
-
VerifyDetails
public VerifyDetails()
-
-
Method Details
-
getRequestId
- Returns:
- The
request_idthat you received in the response to the Verify request and used in the Verify search request.
-
getAccountId
- Returns:
- The Vonage account ID the request was for.
-
getNumber
- Returns:
- The phone number this verification request was used for.
-
getSenderId
- Returns:
- The
sender_idyou 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
- Returns:
- The cost incurred for this verification request.
-
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
pricefield. - Since:
- 7.1.0
-