authenticationOnly property
- @Deprecated('authenticationOnly has been deprecated')
- @BuiltValueField.new(wireName: r'authenticationOnly')
If set to true, you will only perform the 3D Secure 2 authentication, and not the payment authorisation.
Implementation
@Deprecated('authenticationOnly has been deprecated')
@BuiltValueField(wireName: r'authenticationOnly')
bool? get authenticationOnly;