Class SetupAttempt.PaymentMethodDetails.Card.Checks

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

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

    • Checks

      public Checks()
  • Method Details

    • getAddressLine1Check

      public String getAddressLine1Check()
      If a address line1 was provided, results of the check, one of pass, fail, unavailable, or unchecked.
    • getAddressPostalCodeCheck

      public String getAddressPostalCodeCheck()
      If a address postal code was provided, results of the check, one of pass, fail, unavailable, or unchecked.
    • getCvcCheck

      public String getCvcCheck()
      If a CVC was provided, results of the check, one of pass, fail, unavailable, or unchecked.
    • setAddressLine1Check

      public void setAddressLine1Check(String addressLine1Check)
      If a address line1 was provided, results of the check, one of pass, fail, unavailable, or unchecked.
    • setAddressPostalCodeCheck

      public void setAddressPostalCodeCheck(String addressPostalCodeCheck)
      If a address postal code was provided, results of the check, one of pass, fail, unavailable, or unchecked.
    • setCvcCheck

      public void setCvcCheck(String cvcCheck)
      If a CVC was provided, results of the check, one of pass, fail, unavailable, or unchecked.
    • 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