FlutterEnhancedKycResponse constructor
FlutterEnhancedKycResponse({
- required String smileJobId,
- required FlutterPartnerParams partnerParams,
- required String resultText,
- required String resultCode,
- required FlutterActions actions,
- required String country,
- required String idType,
- required String idNumber,
- String? fullName,
- String? expirationDate,
- String? dob,
- String? base64Photo,
Implementation
FlutterEnhancedKycResponse({
required this.smileJobId,
required this.partnerParams,
required this.resultText,
required this.resultCode,
required this.actions,
required this.country,
required this.idType,
required this.idNumber,
this.fullName,
this.expirationDate,
this.dob,
this.base64Photo,
});