Method: Minfraud::Model::Subscores#order_amount

Defined in:
lib/minfraud/model/subscores.rb

#order_amountFloat? (readonly)

The risk associated with the particular order amount for your account and shop ID. If present, this is a value in the range 0.01 to 99.

Returns:

  • (Float, nil)


101
102
103
# File 'lib/minfraud/model/subscores.rb', line 101

def order_amount
  @order_amount
end