Class Threeds.ThreedsBuilder

  • Enclosing class:
    Threeds

    public static class Threeds.ThreedsBuilder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Threeds build()  
      Threeds.ThreedsBuilder downgraded​(java.lang.Boolean downgraded)
      Indicates whether this was a 3D Secure payment downgraded to non-3D-Secure (when attempt_n3d is specified) [Optional]
      Threeds.ThreedsBuilder enrolled​(java.lang.String enrolled)
      Indicates the 3D Secure enrollment status of the issuer Y - Issuer enrolled N - Customer not enrolled U - Unknown [Optional]
      java.lang.String toString()  
      Threeds.ThreedsBuilder upgradeReason​(java.lang.String upgradeReason)
      Indicates the reason why the payment was upgraded to 3D Secure.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • downgraded

        public Threeds.ThreedsBuilder downgraded​(java.lang.Boolean downgraded)
        Indicates whether this was a 3D Secure payment downgraded to non-3D-Secure (when attempt_n3d is specified) [Optional]
        Returns:
        this.
      • enrolled

        public Threeds.ThreedsBuilder enrolled​(java.lang.String enrolled)
        Indicates the 3D Secure enrollment status of the issuer Y - Issuer enrolled N - Customer not enrolled U - Unknown [Optional]
        Returns:
        this.
      • upgradeReason

        public Threeds.ThreedsBuilder upgradeReason​(java.lang.String upgradeReason)
        Indicates the reason why the payment was upgraded to 3D Secure. [Optional]
        Returns:
        this.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object