Method: Minfraud::Components::Report::Transaction#minfraud_id
- Defined in:
- lib/minfraud/components/report/transaction.rb
#minfraud_id ⇒ String?
A UUID that identifies a minFraud Score, minFraud Insights, or minFraud Factors request. This ID is returned at /id in the response. This field is not required if you provide at least one of the transaction’s ip_address, maxmind_id, or transaction_id. You are encouraged to provide it, if possible.
56 57 58 |
# File 'lib/minfraud/components/report/transaction.rb', line 56 def minfraud_id @minfraud_id end |