Class SetupAttempt.PaymentMethodDetails.Card.ThreeDSecure

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

public static class SetupAttempt.PaymentMethodDetails.Card.ThreeDSecure extends StripeObject
  • Constructor Details

    • ThreeDSecure

      public ThreeDSecure()
  • Method Details

    • getAuthenticationFlow

      public String getAuthenticationFlow()
    • getResult

      public String getResult()
    • getResultReason

      public String getResultReason()
    • getVersion

      public String getVersion()
    • setAuthenticationFlow

      public void setAuthenticationFlow(String authenticationFlow)
    • setResult

      public void setResult(String result)
    • setResultReason

      public void setResultReason(String resultReason)
    • setVersion

      public void setVersion(String version)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object