Class PaymentEvaluation.Outcome.Succeeded.Card

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.radar.PaymentEvaluation.Outcome.Succeeded.Card
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentEvaluation.Outcome.Succeeded

public static class PaymentEvaluation.Outcome.Succeeded.Card extends StripeObject
Details of an succeeded card outcome attached to this payment evaluation.
  • Constructor Details

    • Card

      public Card()
  • Method Details

    • getAddressLine1Check

      public String getAddressLine1Check()
    • getAddressPostalCodeCheck

      public String getAddressPostalCodeCheck()
    • getCvcCheck

      public String getCvcCheck()
    • setAddressLine1Check

      public void setAddressLine1Check(String addressLine1Check)
    • setAddressPostalCodeCheck

      public void setAddressPostalCodeCheck(String addressPostalCodeCheck)
    • setCvcCheck

      public void setCvcCheck(String cvcCheck)
    • 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