Package com.incode.welcome_sdk.modules
Class EKYB.Builder
-
- All Implemented Interfaces:
public final class EKYB.Builder
-
-
Constructor Summary
Constructors Constructor Description EKYB.Builder()
-
Method Summary
Modifier and Type Method Description final EKYB.BuildersetShowAddress(Boolean showAddress)Sets the visibility of the address field on the eKYB module final EKYB.BuildersetShowBusinessName(Boolean showBusinessName)Sets the visibility of the Business Name field on the eKYB module final EKYB.BuildersetShowTaxId(Boolean showTaxId)Sets the visibility of the Tax ID field on the eKYB module final EKYBbuild()-
-
Method Detail
-
setShowAddress
final EKYB.Builder setShowAddress(Boolean showAddress)
Sets the visibility of the address field on the eKYB module
- Parameters:
showAddress-trueto show the address fields,falseto hide them.- Returns:
-
setShowBusinessName
final EKYB.Builder setShowBusinessName(Boolean showBusinessName)
Sets the visibility of the Business Name field on the eKYB module
- Parameters:
showBusinessName-trueto show the Business Name field,falseto hide it.- Returns:
-
setShowTaxId
final EKYB.Builder setShowTaxId(Boolean showTaxId)
Sets the visibility of the Tax ID field on the eKYB module
- Parameters:
showTaxId-trueto show the Tax ID field,falseto hide it.- Returns:
-
-
-
-