Class AuthorizationCreateParams.RiskAssessment.FraudRisk

java.lang.Object
com.stripe.param.issuing.AuthorizationCreateParams.RiskAssessment.FraudRisk
Enclosing class:
AuthorizationCreateParams.RiskAssessment

public static class AuthorizationCreateParams.RiskAssessment.FraudRisk extends Object
  • Method Details

    • builder

    • getExtraParams

      public Map<String,Object> 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 @SerializedName value. 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

      public BigDecimal 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

      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