executeThreeD property
Indicates if you want to perform 3D Secure authentication on a transaction. > Alternatively, you can use Dynamic 3D Secure to configure rules for applying 3D Secure. Possible values: * true – Perform 3D Secure authentication. * false – Don't perform 3D Secure authentication. Note that this setting results in refusals if the issuer mandates 3D Secure because of the PSD2 directive or other, national regulations.
Implementation
@BuiltValueField(wireName: r'executeThreeD')
String? get executeThreeD;