Sha256: a5d71e8d2550f9ae40c16b550a87d005d8dc60b1f1bbe02407f744d9684d5b4e

Contents?: true

Size: 929 Bytes

Versions: 4

Compression:

Stored size: 929 Bytes

Contents

# SyncteraRubySdk::RiskRating

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **configuration_id** | **String** | The risk configuration id used in risk score calculation | [optional][readonly] |
| **id** | **String** | Risk rating ID | [optional][readonly] |
| **next_review** | **Time** | The next review date where customer risk will be calculated | [optional] |
| **risk_level** | **String** | A textual representation of the customer risk score | [optional] |
| **risk_review** | **Time** | The date the customer risk rating was calculated | [optional][readonly] |
| **risk_score** | **Float** | The cumulative score of all risk rating fields | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::RiskRating.new(
  configuration_id: null,
  id: null,
  next_review: null,
  risk_level: null,
  risk_review: null,
  risk_score: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/RiskRating.md
synctera_ruby_sdk-1.1.2 docs/RiskRating.md
synctera_ruby_sdk-1.1.1 docs/RiskRating.md
synctera_ruby_sdk-1.0.0 docs/RiskRating.md