Sha256: 2df2d217d754f720f3be99dffb9b75e58fbbcb9504ae0abf07896a20b03c6d53
Contents?: true
Size: 1.2 KB
Versions: 12
Compression:
Stored size: 1.2 KB
Contents
# OpenapiClient::FraudScore ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **score** | **String** | The score attributed to this request by our machine learning system, ranging from 0 (less likely to be fraud) to 1000 (more likely to be fraud). | [optional] **warnings** | **Array<String>** | A list of non-critical warnings raised while processing the request. Warnings included in this list will have integration and data-quality related messages. | [optional] **explanations** | **Array<Object>** | Explanation of the fraud score applied consisting of a description, type of the explanation, and rule (if applicable). | [optional] **recommended_decision** | **String** | The score attributed to this request by our machine learning system, ranging from 0 (less likely to be fraud) to 1000 (more likely to be fraud). | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::FraudScore.new(score: 1000, warnings: ["warning1","warning2"], explanations: null, recommended_decision: approve) ```
Version data entries
12 entries across 12 versions & 1 rubygems