FlutterEnhancedKycResponse constructor

FlutterEnhancedKycResponse({
  1. required String smileJobId,
  2. required FlutterPartnerParams partnerParams,
  3. required String resultText,
  4. required String resultCode,
  5. required FlutterActions actions,
  6. required String country,
  7. required String idType,
  8. required String idNumber,
  9. String? fullName,
  10. String? expirationDate,
  11. String? dob,
  12. 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,
});