IdentityVerificationRequest constructor
IdentityVerificationRequest({
- required String storeId,
- required String identityVerificationId,
- String? channelKey,
- Customer? customer,
- WindowTypes? windowType,
- bool? forceRedirect,
- String? customData,
- IdentityVerificationBypass? bypass,
- Popup? popup,
- 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,
});