Class Charge.PaymentMethodDetails.Card.ThreeDSecure

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.Card.ThreeDSecure
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Charge.PaymentMethodDetails.Card

public static class Charge.PaymentMethodDetails.Card.ThreeDSecure
extends StripeObject
  • Field Summary

    Fields inherited from class com.stripe.model.StripeObject

    PRETTY_PRINT_GSON
  • Constructor Summary

    Constructors 
    Constructor Description
    ThreeDSecure()  
  • Method Summary

    Modifier and Type Method Description
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.Boolean getAuthenticated()
    Whether or not authentication was performed.
    java.lang.Boolean getSucceeded()
    Whether or not 3D Secure succeeded.
    java.lang.String getVersion()
    The version of 3D Secure that was used for this payment.
    int hashCode()  
    void setAuthenticated​(java.lang.Boolean authenticated)
    Whether or not authentication was performed.
    void setSucceeded​(java.lang.Boolean succeeded)
    Whether or not 3D Secure succeeded.
    void setVersion​(java.lang.String version)
    The version of 3D Secure that was used for this payment.

    Methods inherited from class com.stripe.model.StripeObject

    equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getAuthenticated

      public java.lang.Boolean getAuthenticated()
      Whether or not authentication was performed. 3D Secure will succeed without authentication when the card is not enrolled.
    • getSucceeded

      public java.lang.Boolean getSucceeded()
      Whether or not 3D Secure succeeded.
    • getVersion

      public java.lang.String getVersion()
      The version of 3D Secure that was used for this payment.
    • setAuthenticated

      public void setAuthenticated​(java.lang.Boolean authenticated)
      Whether or not authentication was performed. 3D Secure will succeed without authentication when the card is not enrolled.
    • setSucceeded

      public void setSucceeded​(java.lang.Boolean succeeded)
      Whether or not 3D Secure succeeded.
    • setVersion

      public void setVersion​(java.lang.String version)
      The version of 3D Secure that was used for this payment.
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object