Method: Minfraud::Model::Disposition#action
- Defined in:
- lib/minfraud/model/disposition.rb
#action ⇒ String? (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.
17 18 19 |
# File 'lib/minfraud/model/disposition.rb', line 17 def action @action end |