File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ module Minfraud
77 module Model
88 # Model representing the Factors response.
99 class Factors < Insights
10- # An object containing subscores for many of the individual components
10+ # An object containing scores for many of the individual risk factors
1111 # that are used to calculate the overall risk score.
1212 #
1313 # @return [Minfraud::Model::Subscores]
Original file line number Diff line number Diff line change 44
55module Minfraud
66 module Model
7- # Subscores for components that are used in calculating the riskScore.
7+ # Score for risk factors that are used in calculating the riskScore.
88 class Subscores < Abstract
99 # The risk associated with the AVS result. If present, this is a value in
1010 # the range 0.01 to 99.
You can’t perform that action at this time.
0 commit comments