FlutterBiometricKycJobResult constructor
FlutterBiometricKycJobResult({
- required FlutterActions actions,
- required String resultCode,
- required String resultText,
- required String resultType,
- required String smileJobId,
- required FlutterPartnerParams partnerParams,
- FlutterAntifraud? antifraud,
- String? dob,
- String? photoBase64,
- String? gender,
- String? idType,
- String? address,
- String? country,
- String? documentImageBase64,
- Map<
String?, String?> ? fullData, - String? fullName,
- String? idNumber,
- String? phoneNumber,
- String? phoneNumber2,
- String? expirationDate,
- String? secondaryIdNumber,
- bool? idNumberPreviouslyRegistered,
- List<
String?> ? previousRegistrantsUserIds,
Implementation
FlutterBiometricKycJobResult({
required this.actions,
required this.resultCode,
required this.resultText,
required this.resultType,
required this.smileJobId,
required this.partnerParams,
this.antifraud,
this.dob,
this.photoBase64,
this.gender,
this.idType,
this.address,
this.country,
this.documentImageBase64,
this.fullData,
this.fullName,
this.idNumber,
this.phoneNumber,
this.phoneNumber2,
this.expirationDate,
this.secondaryIdNumber,
this.idNumberPreviouslyRegistered,
this.previousRegistrantsUserIds,
});