Class EKYB.Builder

  • All Implemented Interfaces:

    
    public final class EKYB.Builder
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      EKYB.Builder()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EKYB.Builder

        EKYB.Builder()
    • 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:

        Builder

      • 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:

        Builder

      • 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:

        Builder