IdentityVerificationResponse constructor
IdentityVerificationResponse({})
Implementation
IdentityVerificationResponse({
required this.transactionType,
required this.identityVerificationId,
required this.identityVerificationTxId,
this.code,
this.message,
this.pgCode,
this.pgMessage,
});