Class: Minfraud::Model::Factors

Inherits:
Insights show all
Defined in:
lib/minfraud/model/factors.rb

Overview

Model representing the Factors response.

Instance Attribute Summary collapse

Attributes inherited from Insights

#billing_address, #credit_card, #device, #email, #ip_address, #shipping_address

Attributes inherited from Score

#disposition, #funds_remaining, #id, #ip_address, #queries_remaining, #risk_score, #warnings

Instance Attribute Details

#subscoresMinfraud::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