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.Builder
setShowAddress(Boolean showAddress)
Sets the visibility of the address field on the eKYB module final EKYB.Builder
setShowBusinessName(Boolean showBusinessName)
Sets the visibility of the Business Name field on the eKYB module final EKYB.Builder
setShowTaxId(Boolean showTaxId)
Sets the visibility of the Tax ID field on the eKYB module final EKYB
build()
-
-
Method Detail
-
setShowAddress
final EKYB.Builder setShowAddress(Boolean showAddress)
Sets the visibility of the address field on the eKYB module
- Parameters:
showAddress
-true
to show the address fields,false
to hide them.- Returns:
-
setShowBusinessName
final EKYB.Builder setShowBusinessName(Boolean showBusinessName)
Sets the visibility of the Business Name field on the eKYB module
- Parameters:
showBusinessName
-true
to show the Business Name field,false
to hide it.- Returns:
-
setShowTaxId
final EKYB.Builder setShowTaxId(Boolean showTaxId)
Sets the visibility of the Tax ID field on the eKYB module
- Parameters:
showTaxId
-true
to show the Tax ID field,false
to hide it.- Returns:
-
-
-
-