Interface VerificationStartRequestFlashCall
- All Superinterfaces:
VerificationStartRequest
VerificationStartRequestFlashCall
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Getting builderCan be used to pass custom data in the request.The dial timeout in seconds.Get identityUsed to pass your own reference in the request for tracking purposes.
-
Method Details
-
getIdentity
Identity getIdentity()Get identity- Specified by:
getIdentity
in interfaceVerificationStartRequest
- Returns:
- identity
-
getReference
String getReference()Used to pass your own reference in the request for tracking purposes.- Specified by:
getReference
in interfaceVerificationStartRequest
- Returns:
- reference
-
getCustom
String getCustom()Can be used to pass custom data in the request.- Specified by:
getCustom
in interfaceVerificationStartRequest
- Returns:
- custom
-
getDialTimeout
Integer getDialTimeout()The dial timeout in seconds.- Returns:
- dialTimeout
-
builder
Getting builder- Returns:
- New Builder instance
-