executeThreeD property
- @Deprecated('executeThreeD has been deprecated')
- @BuiltValueField.new(wireName: r'executeThreeD')
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
@Deprecated('executeThreeD has been deprecated')
@BuiltValueField(wireName: r'executeThreeD')
String? get executeThreeD;