Class Card.LatestFraudWarning

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

public static class Card.LatestFraudWarning extends StripeObject
For more details about LatestFraudWarning, please refer to the API Reference.
  • Constructor Details

    • LatestFraudWarning

      public LatestFraudWarning()
  • Method Details

    • getStartedAt

      public Long getStartedAt()
      Timestamp of the most recent fraud warning.
    • getType

      public String getType()
      The type of fraud warning that most recently took place on this card. This field updates with every new fraud warning, so the value changes over time. If populated, cancel and reissue the card.

      One of card_testing_exposure, fraud_dispute_filed, third_party_reported, or user_indicated_fraud.

    • setStartedAt

      public void setStartedAt(Long startedAt)
      Timestamp of the most recent fraud warning.
    • setType

      public void setType(String type)
      The type of fraud warning that most recently took place on this card. This field updates with every new fraud warning, so the value changes over time. If populated, cancel and reissue the card.

      One of card_testing_exposure, fraud_dispute_filed, third_party_reported, or user_indicated_fraud.

    • 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