Method: OpenapiClient::FraudScore#score
- Defined in:
- lib/openapi_client/models/fraud_score.rb
#score ⇒ Object
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).
19 20 21 |
# File 'lib/openapi_client/models/fraud_score.rb', line 19 def score @score end |