AuthenticationData class abstract

AuthenticationData

Properties:

  • 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.
  • authenticationOnly - Required to trigger the authentication-only flow. If set to true, you will only perform the 3D Secure 2 authentication, and will not proceed to the payment authorization. Default: false.
  • threeDSRequestData - Object with additional parameters for the 3D Secure authentication flow.
Annotations
  • @BuiltValue.new()

Constructors

AuthenticationData([void updates(AuthenticationDataBuilder b)])
factory

Properties

attemptAuthentication AuthenticationDataAttemptAuthenticationEnum?
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.
no setter
authenticationOnly bool?
Required to trigger the authentication-only flow. If set to true, you will only perform the 3D Secure 2 authentication, and will not proceed to the payment authorization. Default: false.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threeDSRequestData ThreeDSRequestData?
Object with additional parameters for the 3D Secure authentication flow.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AuthenticationDataBuilder)) AuthenticationData
Rebuilds the instance.
inherited
toBuilder() AuthenticationDataBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<AuthenticationData>
no setter