Sha256: 60d3f67a5eec4a4c49e4a9cdcbe885627b42d5f5e9b3ca513e8c0898ee52cc08

Contents?: true

Size: 1.15 KB

Versions: 8

Compression:

Stored size: 1.15 KB

Contents

# OpenapiClient::ScoreOnlyResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**correlation_id** | **String** | Unique trace ID for issue triage. | [optional] 
**transaction_status** | **String** | Please refer to \"Errors Section\" for more info. | [optional] 
**validation_status** | **String** | If status returned is \"failure\", input validation errors occurred. Please refer to the \"Errors Section\" for more info. Valid values are 'success' and 'failure'. | [optional] 
**transaction_type** | **String** | The transactionType provided in request. | [optional] 
**fraud_score** | [**ScoreOnlyResponseFraudScore**](ScoreOnlyResponseFraudScore.md) |  | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::ScoreOnlyResponse.new(correlation_id: 228.9404979051319,
                                 transaction_status: Not Processed,
                                 validation_status: success,
                                 transaction_type: transaction/authorization,
                                 fraud_score: null)
```


Version data entries

8 entries across 8 versions & 1 rubygems

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