Class Instructions
java.lang.Object
com.yoti.api.client.docs.session.instructions.Instructions
Configures the instructions in order to be able to complete In-Branch Verification.
In order to provide the end-user with the instructions to complete an In-Branch Verification session,
you can supply the information necessary using the Instructions payload.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Instructions.Builderbuilder()The branch that has been selected to perform the In-Branch VerificationThe contact profile that will be used for any communication with the end-userA list of document proposals that will satisfy the sessions requirements.
-
Method Details
-
builder
-
getContactProfile
The contact profile that will be used for any communication with the end-user- Returns:
- the contact profile
-
getDocuments
A list of document proposals that will satisfy the sessions requirements.- Returns:
- the document proposals
-
getBranch
The branch that has been selected to perform the In-Branch Verification- Returns:
- the branch
-