Method: Minfraud::Model::Disposition#action

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

#actionString? (readonly)

The action to take on the transaction as defined by your custom rules. The current set of values are “accept”, “manual_review”, “reject”, and “test”. If you do not have custom rules set up, this will be nil.

Returns:

  • (String, nil)


17
18
19
# File 'lib/minfraud/model/disposition.rb', line 17

def action
  @action
end