Package com.stripe.param.issuing
Class AuthorizationCreateParams.RiskAssessment.FraudRisk
java.lang.Object
com.stripe.param.issuing.AuthorizationCreateParams.RiskAssessment.FraudRisk
- Enclosing class:
- AuthorizationCreateParams.RiskAssessment
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanMap of extra parameters for custom features not available in this client library.getLevel()Required. Stripe’s assessment of the likelihood of fraud on an authorization.getScore()Stripe’s numerical model score assessing the likelihood of fraudulent activity.inthashCode()
-
Method Details
-
builder
-
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getLevel
Required. Stripe’s assessment of the likelihood of fraud on an authorization. -
getScore
Stripe’s numerical model score assessing the likelihood of fraudulent activity. A higher score means a higher likelihood of fraudulent activity, and anything above 25 is considered high risk. -
equals
-
canEqual
-
hashCode
public int hashCode()
-