ThreeDS1Result class abstract

ThreeDS1Result

Properties:

  • cavv - The cardholder authentication value (base64 encoded).
  • cavvAlgorithm - The CAVV algorithm used.
  • eci - 3D Secure Electronic Commerce Indicator (ECI).
  • threeDAuthenticatedResponse - The authentication response from the ACS.
  • threeDOfferedResponse - Whether 3D Secure was offered or not.
  • xid - A unique transaction identifier generated by the MPI on behalf of the merchant to identify the 3D Secure transaction, in Base64 encoding.
Annotations
  • @BuiltValue.new()

Constructors

ThreeDS1Result([void updates(ThreeDS1ResultBuilder b)])
factory

Properties

cavv String?
The cardholder authentication value (base64 encoded).
no setter
cavvAlgorithm String?
The CAVV algorithm used.
no setter
eci String?
3D Secure Electronic Commerce Indicator (ECI).
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
threeDAuthenticatedResponse String?
The authentication response from the ACS.
no setter
threeDOfferedResponse String?
Whether 3D Secure was offered or not.
no setter
xid String?
A unique transaction identifier generated by the MPI on behalf of the merchant to identify the 3D Secure transaction, in Base64 encoding.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ThreeDS1ResultBuilder)) ThreeDS1Result
Rebuilds the instance.
inherited
toBuilder() ThreeDS1ResultBuilder
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<ThreeDS1Result>
no setter