Class ModuleConfiguration.EKYBConfiguration
-
- All Implemented Interfaces:
public final class ModuleConfiguration.EKYBConfiguration extends ModuleConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description private final EKYCFieldSource
address
private final EKYCFieldSource
businessNameSource
private final Boolean
checkAddress
private final Boolean
checkBusinessName
private final Boolean
checkTaxId
private final EKYCFieldSource
taxIdSource
-
Constructor Summary
Constructors Constructor Description ModuleConfiguration.EKYBConfiguration(EKYCFieldSource address, EKYCFieldSource businessNameSource, Boolean checkAddress, Boolean checkBusinessName, Boolean checkTaxId, EKYCFieldSource taxIdSource)
-
Method Summary
Modifier and Type Method Description final EKYCFieldSource
getAddress()
final EKYCFieldSource
getBusinessNameSource()
final Boolean
getCheckAddress()
final Boolean
getCheckBusinessName()
final Boolean
getCheckTaxId()
final EKYCFieldSource
getTaxIdSource()
-
-
Constructor Detail
-
ModuleConfiguration.EKYBConfiguration
ModuleConfiguration.EKYBConfiguration(EKYCFieldSource address, EKYCFieldSource businessNameSource, Boolean checkAddress, Boolean checkBusinessName, Boolean checkTaxId, EKYCFieldSource taxIdSource)
-
-
Method Detail
-
getAddress
final EKYCFieldSource getAddress()
-
getBusinessNameSource
final EKYCFieldSource getBusinessNameSource()
-
getCheckAddress
final Boolean getCheckAddress()
-
getCheckBusinessName
final Boolean getCheckBusinessName()
-
getCheckTaxId
final Boolean getCheckTaxId()
-
getTaxIdSource
final EKYCFieldSource getTaxIdSource()
-
-
-
-