Package com.stripe.model.issuing
Class Card.LatestFraudWarning
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Card.LatestFraudWarning
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Card
For more details about LatestFraudWarning, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanTimestamp of the most recent fraud warning.getType()The type of fraud warning that most recently took place on this card.inthashCode()voidsetStartedAt(Long startedAt) Timestamp of the most recent fraud warning.voidThe type of fraud warning that most recently took place on this card.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
LatestFraudWarning
public LatestFraudWarning()
-
-
Method Details
-
getStartedAt
Timestamp of the most recent fraud warning. -
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, oruser_indicated_fraud. -
setStartedAt
Timestamp of the most recent fraud warning. -
setType
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, oruser_indicated_fraud. -
equals
-
canEqual
-
hashCode
public int hashCode()
-