Class Threeds.ThreedsBuilder
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.payments.postpayments.responses.requestapaymentorpayoutresponsecreated.threeds.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 Threedsbuild()Threeds.ThreedsBuilderdowngraded(java.lang.Boolean downgraded)Indicates whether this was a 3D Secure payment downgraded to non-3D-Secure (when attempt_n3d is specified) [Optional]Threeds.ThreedsBuilderenrolled(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.StringtoString()Threeds.ThreedsBuilderupgradeReason(java.lang.String upgradeReason)Indicates the reason why the payment was upgraded to 3D Secure.
-
-
-
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.
-
build
public Threeds build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-