Class IbvOptions.Builder
java.lang.Object
com.yoti.api.client.docs.session.create.IbvOptions.Builder
- Enclosing class:
- IbvOptions
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withGuidanceUrl(String guidanceUrl) Sets the guidance urlSets the support type = MANDATORYSets the support type = NOT_ALLOWEDwithSupport(String support) Sets the support typewithUserPrice(UserPrice userPrice) Sets theUserPrice
-
Method Details
-
withIbvNotAllowed
Sets the support type = NOT_ALLOWED- Returns:
- the builder
-
withIbvMandatory
Sets the support type = MANDATORY- Returns:
- the builder
-
withSupport
Sets the support type- Parameters:
support- the support type- Returns:
- the builder
-
withGuidanceUrl
Sets the guidance url- Parameters:
guidanceUrl- the guidance url- Returns:
- the builder
-
withUserPrice
Sets theUserPrice- Parameters:
userPrice- theUserPrice- Returns:
- the builder
-
build
-