Package com.bhn.risk.order.domain
Class ThreeDS2Result
java.lang.Object
com.bhn.risk.common.SmartObject<ThreeDS2Result>
com.bhn.risk.order.domain.ThreeDS2Result
ThreeDS2Result class.
- Version:
- $Id: $Id
- Author:
- pvela00
-
Field Summary
FieldsModifier and TypeFieldDescriptionLiability shifted to issuerCustomer was presented with challenge and customer successfully completed the challenge3D Secure version. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bhn.risk.common.SmartObject
addSerializableClass, addSerializableClass, addSerializableClass, compareTo, copy, createMapper, equals, fromString, fromString, hashCode, toExposedString, toString, toString, toString
-
Field Details
-
liabilityShift
Liability shifted to issuer -
threeDAuthenticated
Customer was presented with challenge and customer successfully completed the challenge -
version
@NotNull(errorCode="threeDS2Result.version.null", message="threeDS2Result.version is mandatory") @NotBlank(errorCode="threeDS2Result.version.empty", message="threeDS2Result.version can not be blank") public String version3D Secure version.
-
-
Constructor Details
-
ThreeDS2Result
public ThreeDS2Result()
-