Class Authorization.VerificationData

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Authorization.VerificationData
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Authorization

public static class Authorization.VerificationData extends StripeObject
  • Constructor Details

    • VerificationData

      public VerificationData()
  • Method Details

    • getAddressLine1Check

      public String getAddressLine1Check()
    • getAddressPostalCodeCheck

      public String getAddressPostalCodeCheck()
    • getCvcCheck

      public String getCvcCheck()
    • getExpiryCheck

      public String getExpiryCheck()
    • getThreeDSecure

    • setAddressLine1Check

      public void setAddressLine1Check(String addressLine1Check)
    • setAddressPostalCodeCheck

      public void setAddressPostalCodeCheck(String addressPostalCodeCheck)
    • setCvcCheck

      public void setCvcCheck(String cvcCheck)
    • setExpiryCheck

      public void setExpiryCheck(String expiryCheck)
    • setThreeDSecure

      public void setThreeDSecure(Authorization.VerificationData.ThreeDSecure threeDSecure)
    • 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