Class ThreeDS2Result

java.lang.Object
com.bhn.risk.common.SmartObject<ThreeDS2Result>
com.bhn.risk.order.domain.ThreeDS2Result

public class ThreeDS2Result extends com.bhn.risk.common.SmartObject<ThreeDS2Result>

ThreeDS2Result class.

Version:
$Id: $Id
Author:
pvela00
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Liability shifted to issuer
    Customer was presented with challenge and customer successfully completed the challenge
    3D Secure version.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • liabilityShift

      public Boolean liabilityShift
      Liability shifted to issuer
    • threeDAuthenticated

      public Boolean 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 version
      3D Secure version.
  • Constructor Details

    • ThreeDS2Result

      public ThreeDS2Result()