Interface VerificationStatusResponseFlashCall
- All Superinterfaces:
VerificationStatusResponse
Flash Call Verification Status Response
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDedicated Builderstatic classThe method of the verification request. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Getting builderShows whether the call is complete or not.Get callResultThe ID of the country to which the verification was sent.getId()The unique ID of the verification request.Get identitygetPrice()Get priceGet reasonUsed to pass your own reference in the request for tracking purposes.Get sourceGet statusThe timestamp in UTC format.
-
Method Details
-
getId
String getId()The unique ID of the verification request.- Specified by:
getIdin interfaceVerificationStatusResponse- Returns:
- id
-
getStatus
VerificationStatus getStatus()Get status- Specified by:
getStatusin interfaceVerificationStatusResponse- Returns:
- status
-
getReason
VerificationStatusReason getReason()Get reason- Specified by:
getReasonin interfaceVerificationStatusResponse- Returns:
- reason
-
getReference
String getReference()Used to pass your own reference in the request for tracking purposes. Must be a unique value for each started verification request. The value must be encodable in the URL path segment. This value is passed to all events and returned from the status and report endpoints. The reference can be used to check the status of verifications, like with ID or identity.- Specified by:
getReferencein interfaceVerificationStatusResponse- Returns:
- reference
-
getIdentity
Identity getIdentity()Get identity- Specified by:
getIdentityin interfaceVerificationStatusResponse- Returns:
- identity
-
getCountryId
String getCountryId()The ID of the country to which the verification was sent.- Specified by:
getCountryIdin interfaceVerificationStatusResponse- Returns:
- countryId
-
getVerificationTimestamp
Instant getVerificationTimestamp()The timestamp in UTC format.
Note: The formatting does not respectISO-8601and the returned value has the formatYYYY-MM-DDThh:mm:ss.SSS. If you need to parse this value into a specific date object in your programming language, please appendZ(Zulu time = UTC) at the end of the date value to match theISO-8601format:YYYY-MM-DDThh:mm:ss.SSSZ.- Specified by:
getVerificationTimestampin interfaceVerificationStatusResponse- Returns:
- verificationTimestamp
-
getCallComplete
Boolean getCallComplete()Shows whether the call is complete or not.- Returns:
- callComplete
-
getCallResult
StatusCallResult getCallResult()Get callResult- Returns:
- callResult
-
getPrice
StatusPrice getPrice()Get price- Returns:
- price
-
getSource
StatusSource getSource()Get source- Returns:
- source
-
builder
Getting builder- Returns:
- New Builder instance
-