Class Threeds
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.payments.postpayments.responses.requestapaymentorpayoutresponsecreated.threeds.Threeds
-
public final class Threeds extends java.lang.Object3ds Provides 3D Secure enrollment status if the payment was downgraded to non-3D Secure
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classThreeds.ThreedsBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Threeds.ThreedsBuilderbuilder()booleanequals(java.lang.Object o)java.lang.BooleangetDowngraded()Indicates whether this was a 3D Secure payment downgraded to non-3D-Secure (when attempt_n3d is specified) [Optional]java.lang.StringgetEnrolled()Indicates the 3D Secure enrollment status of the issuer Y - Issuer enrolled N - Customer not enrolled U - Unknown [Optional]java.lang.StringgetUpgradeReason()Indicates the reason why the payment was upgraded to 3D Secure.inthashCode()voidsetDowngraded(java.lang.Boolean downgraded)Indicates whether this was a 3D Secure payment downgraded to non-3D-Secure (when attempt_n3d is specified) [Optional]voidsetEnrolled(java.lang.String enrolled)Indicates the 3D Secure enrollment status of the issuer Y - Issuer enrolled N - Customer not enrolled U - Unknown [Optional]voidsetUpgradeReason(java.lang.String upgradeReason)Indicates the reason why the payment was upgraded to 3D Secure.java.lang.StringtoString()
-
-
-
Constructor Detail
-
Threeds
public Threeds()
-
Threeds
public Threeds(java.lang.Boolean downgraded, java.lang.String enrolled, java.lang.String upgradeReason)Creates a newThreedsinstance.- Parameters:
downgraded- Indicates whether this was a 3D Secure payment downgraded to non-3D-Secure (when attempt_n3d is specified) [Optional]enrolled- Indicates the 3D Secure enrollment status of the issuer Y - Issuer enrolled N - Customer not enrolled U - Unknown [Optional]upgradeReason- Indicates the reason why the payment was upgraded to 3D Secure. [Optional]
-
-
Method Detail
-
builder
public static Threeds.ThreedsBuilder builder()
-
getDowngraded
public java.lang.Boolean getDowngraded()
Indicates whether this was a 3D Secure payment downgraded to non-3D-Secure (when attempt_n3d is specified) [Optional]
-
getEnrolled
public java.lang.String getEnrolled()
Indicates the 3D Secure enrollment status of the issuer Y - Issuer enrolled N - Customer not enrolled U - Unknown [Optional]
-
getUpgradeReason
public java.lang.String getUpgradeReason()
Indicates the reason why the payment was upgraded to 3D Secure. [Optional]
-
setDowngraded
public void setDowngraded(java.lang.Boolean downgraded)
Indicates whether this was a 3D Secure payment downgraded to non-3D-Secure (when attempt_n3d is specified) [Optional]
-
setEnrolled
public void setEnrolled(java.lang.String enrolled)
Indicates the 3D Secure enrollment status of the issuer Y - Issuer enrolled N - Customer not enrolled U - Unknown [Optional]
-
setUpgradeReason
public void setUpgradeReason(java.lang.String upgradeReason)
Indicates the reason why the payment was upgraded to 3D Secure. [Optional]
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-