Package com.stripe.model.radar
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
Early Fraud Warning Received event details attached to this payment evaluation.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe type of fraud labeled by the issuer.inthashCode()voidsetFraudType(String fraudType) The type of fraud labeled by the issuer.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
EarlyFraudWarningReceived
public EarlyFraudWarningReceived()
-
-
Method Details
-
getFraudType
The type of fraud labeled by the issuer.One of
made_with_lost_card,made_with_stolen_card,other, orunauthorized_use_of_card. -
setFraudType
The type of fraud labeled by the issuer.One of
made_with_lost_card,made_with_stolen_card,other, orunauthorized_use_of_card. -
equals
-
canEqual
-
hashCode
public int hashCode()
-