Composite verification adapter interface Adapters can implement any combination of these specialized services Unsupported methods should throw NotImplementedException
Members
IBankAccountVerificationService
|
null
# getBankAccountService Optional
Get Bank Account verification service if supported
ICreditBureauVerificationService
|
null
# getCreditBureauService Optional
Get Credit Bureau verification service if supported
IDriversLicenseVerificationService
|
null
# getDriversLicenseService Optional
Get Driver's License verification service if supported
IOtherVerificationService
|
null
# getOtherService Optional
Get Other verification services if supported
IPassportVerificationService
|
null
# getPassportService Optional
Get Passport verification service if supported
IPhoneVerificationService
|
null
# getPhoneService Optional
Get Phone verification service if supported
IVehicleVerificationService
|
null
# getVehicleService Optional
Get Vehicle verification service if supported
IVotersCardVerificationService
|
null
# getVotersCardService Optional
Get Voters Card verification service if supported