BlusaltFullIdentityResultResponse constructor

BlusaltFullIdentityResultResponse({
  1. required BlusaltFullIdentityProcess blusaltFullIdentityProcess,
  2. Exception? exception,
  3. String? code,
  4. String? message,
  5. String? reference,
  6. FullIdentitySuccessData? fullIdentitySuccessData,
})

Implementation

BlusaltFullIdentityResultResponse({
  required this.blusaltFullIdentityProcess,
  this.exception,
  this.code,
  this.message,
  this.reference,
  this.fullIdentitySuccessData,
});