Package com.stripe.model.radar
Class PaymentEvaluation.Insights.CardIssuerDecline
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.radar.PaymentEvaluation.Insights.CardIssuerDecline
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentEvaluation.Insights
Provides Stripe Radar's evaluation of the likelihood that a payment will be declined by the
card issuer.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanStripe Radar's evaluation of the likelihood that the payment will be declined by the card issuer.Recommended action based on the model score.inthashCode()voidsetModelScore(BigDecimal modelScore) Stripe Radar's evaluation of the likelihood that the payment will be declined by the card issuer.voidsetRecommendedAction(String recommendedAction) Recommended action based on the model score.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CardIssuerDecline
public CardIssuerDecline()
-
-
Method Details
-
getModelScore
Stripe Radar's evaluation of the likelihood that the payment will be declined by the card issuer. Scores range from 0 to 100, with higher values indicating a higher likelihood of decline. -
getRecommendedAction
Recommended action based on the model score. Possible values areblockandcontinue.One of
block, orcontinue. -
setModelScore
Stripe Radar's evaluation of the likelihood that the payment will be declined by the card issuer. Scores range from 0 to 100, with higher values indicating a higher likelihood of decline. -
setRecommendedAction
Recommended action based on the model score. Possible values areblockandcontinue.One of
block, orcontinue. -
equals
-
canEqual
-
hashCode
public int hashCode()
-