Sha256: bd774d6e030e57710996284377f015b620f20e1dcde5ebbd9aa481c6580f37de

Contents?: true

Size: 1.37 KB

Versions: 6

Compression:

Stored size: 1.37 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] 

## 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"}])
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
first_data_gateway-1.7.1 docs/ScoreOnlyResponseFraudScore.md
first_data_gateway-1.7.0 docs/ScoreOnlyResponseFraudScore.md
first_data_gateway-1.6.0 docs/ScoreOnlyResponseFraudScore.md
first_data_gateway-1.5.0 docs/ScoreOnlyResponseFraudScore.md
first_data_gateway-1.4.0 docs/ScoreOnlyResponseFraudScore.md
first_data_gateway-1.3.0 docs/ScoreOnlyResponseFraudScore.md