nativeThreeDS property
- @BuiltValueField.new(wireName: r'nativeThreeDS')
Indicates if native 3D Secure authentication should be triggered when available. Adyen can still select to fallback to the redirect flow to optimize authorization rates and improve the shopper's experience. Possible values: * preferred: Use native 3D Secure authentication when available. * disabled: Use the redirect 3D Secure authentication flow.
Implementation
@BuiltValueField(wireName: r'nativeThreeDS')
ThreeDSRequestDataNativeThreeDSEnum? get nativeThreeDS;