Sha256: 3b31f0029b287d50ea652d56f571d72c89e46ef91ac1e40bfd985dd441664d34
Contents?: true
Size: 682 Bytes
Versions: 14
Compression:
Stored size: 682 Bytes
Contents
# OpenapiClient::ScoreOnlyResponseFraudScoreExplanations ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **description** | **String** | Description of the fraud score explanation. | [optional] **rule** | **String** | ID of the rule being triggered. | [optional] **type** | **String** | Type of the explanation (model or rule). | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::ScoreOnlyResponseFraudScoreExplanations.new(description: Suspicious transaction amount., rule: QSR_14, type: explanation/model) ```
Version data entries
14 entries across 14 versions & 1 rubygems