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()
      Whether the cardholder provided an address first line and if it matched the cardholder’s billing.address.line1.

      One of match, mismatch, or not_provided.

    • getAddressPostalCodeCheck

      public String getAddressPostalCodeCheck()
      Whether the cardholder provided a postal code and if it matched the cardholder’s billing.address.postal_code.

      One of match, mismatch, or not_provided.

    • getAuthenticationExemption

      public Authorization.VerificationData.AuthenticationExemption getAuthenticationExemption()
      The exemption applied to this authorization.
    • getCvcCheck

      public String getCvcCheck()
      Whether the cardholder provided a CVC and if it matched Stripe’s record.

      One of match, mismatch, or not_provided.

    • getExpiryCheck

      public String getExpiryCheck()
      Whether the cardholder provided an expiry date and if it matched Stripe’s record.

      One of match, mismatch, or not_provided.

    • getPostalCode

      public String getPostalCode()
      The postal code submitted as part of the authorization used for postal code verification.
    • getThreeDSecure

      3D Secure details.
    • setAddressLine1Check

      public void setAddressLine1Check(String addressLine1Check)
      Whether the cardholder provided an address first line and if it matched the cardholder’s billing.address.line1.

      One of match, mismatch, or not_provided.

    • setAddressPostalCodeCheck

      public void setAddressPostalCodeCheck(String addressPostalCodeCheck)
      Whether the cardholder provided a postal code and if it matched the cardholder’s billing.address.postal_code.

      One of match, mismatch, or not_provided.

    • setAuthenticationExemption

      public void setAuthenticationExemption(Authorization.VerificationData.AuthenticationExemption authenticationExemption)
      The exemption applied to this authorization.
    • setCvcCheck

      public void setCvcCheck(String cvcCheck)
      Whether the cardholder provided a CVC and if it matched Stripe’s record.

      One of match, mismatch, or not_provided.

    • setExpiryCheck

      public void setExpiryCheck(String expiryCheck)
      Whether the cardholder provided an expiry date and if it matched Stripe’s record.

      One of match, mismatch, or not_provided.

    • setPostalCode

      public void setPostalCode(String postalCode)
      The postal code submitted as part of the authorization used for postal code verification.
    • setThreeDSecure

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