Class: Minfraud::Model::Factors
- Defined in:
- lib/minfraud/model/factors.rb
Overview
Model representing the Factors response.
Instance Attribute Summary collapse
-
#subscores ⇒ Minfraud::Model::Subscores
readonly
An object containing scores for many of the individual risk factors that are used to calculate the overall risk score.
Attributes inherited from Insights
#billing_address, #billing_phone, #credit_card, #device, #email, #ip_address, #shipping_address, #shipping_phone
Attributes inherited from Score
#disposition, #funds_remaining, #id, #ip_address, #queries_remaining, #risk_score, #warnings
Instance Attribute Details
#subscores ⇒ Minfraud::Model::Subscores (readonly)
An object containing scores for many of the individual risk factors that are used to calculate the overall risk score.
14 15 16 |
# File 'lib/minfraud/model/factors.rb', line 14 def subscores @subscores end |