IdentityVerificationRequest constructor

IdentityVerificationRequest({
  1. required String storeId,
  2. required String identityVerificationId,
  3. String? channelKey,
  4. Customer? customer,
  5. WindowTypes? windowType,
  6. bool? forceRedirect,
  7. String? customData,
  8. IdentityVerificationBypass? bypass,
  9. Popup? popup,
  10. Iframe? iframe,
})

Implementation

IdentityVerificationRequest({
  required this.storeId,
  required this.identityVerificationId,
  this.channelKey,
  this.customer,
  this.windowType,
  this.forceRedirect,
  this.customData,
  this.bypass,
  this.popup,
  this.iframe,
});