Class PaymentEvaluation.Event.EarlyFraudWarningReceived

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.radar.PaymentEvaluation.Event.EarlyFraudWarningReceived
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentEvaluation.Event

public static class PaymentEvaluation.Event.EarlyFraudWarningReceived extends StripeObject
Early Fraud Warning Received event details attached to this payment evaluation.
  • Constructor Details

    • EarlyFraudWarningReceived

      public EarlyFraudWarningReceived()
  • Method Details

    • getFraudType

      public String getFraudType()
      The type of fraud labeled by the issuer.

      One of made_with_lost_card, made_with_stolen_card, other, or unauthorized_use_of_card.

    • setFraudType

      public void setFraudType(String fraudType)
      The type of fraud labeled by the issuer.

      One of made_with_lost_card, made_with_stolen_card, other, or unauthorized_use_of_card.

    • 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