attemptAuthentication property
- @BuiltValueField.new(wireName: r'attemptAuthentication')
Indicates when 3D Secure authentication should be attempted. This overrides all other rules, including Dynamic 3D Secure settings. Possible values: * always: Perform 3D Secure authentication. * never: Don't perform 3D Secure authentication. If PSD2 SCA or other national regulations require authentication, the transaction gets declined.
Implementation
@BuiltValueField(wireName: r'attemptAuthentication')
AuthenticationDataAttemptAuthenticationEnum? get attemptAuthentication;