Sha256: 4b8d7fe18b756168a21e7e9d03a4b0ea6ed58abba3ad8d38a317242c36cb8b23

Contents?: true

Size: 1.54 KB

Versions: 8

Compression:

Stored size: 1.54 KB

Contents

# OpenapiClient::ScoreOnlyResponseFraudScore

## 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<ScoreOnlyResponseFraudScoreExplanations>**](ScoreOnlyResponseFraudScoreExplanations.md) | Explanation of the fraud score applied consisting of a description, type of the explanation, and rule (if applicable). | [optional] 
**recommended_decision** | **String** | The action that should be taken for the request that was sent. | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::ScoreOnlyResponseFraudScore.new(score: 1000,
                                 warnings: ["warning1","warning2"],
                                 explanations: [{"description":"Suspicious transaction amount.","type":"explanation/model"},{"description":"Suspicious pattern compared to number of transactions in the past 1 month for the card.","type":"explanation/rule","rule":"QSR_14"}],
                                 recommended_decision: accept)
```


Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
first_data_gateway-1.14.0 docs/ScoreOnlyResponseFraudScore.md
first_data_gateway-1.13.0 docs/ScoreOnlyResponseFraudScore.md
first_data_gateway-1.12.0 docs/ScoreOnlyResponseFraudScore.md
first_data_gateway-1.11.0 docs/ScoreOnlyResponseFraudScore.md
first_data_gateway-1.10.0 docs/ScoreOnlyResponseFraudScore.md
first_data_gateway-1.9.0 docs/ScoreOnlyResponseFraudScore.md
first_data_gateway-1.8.1 docs/ScoreOnlyResponseFraudScore.md
first_data_gateway-1.8.0 docs/ScoreOnlyResponseFraudScore.md