Method: Minfraud::Components::Report::Transaction#transaction_id
- Defined in:
- lib/minfraud/components/report/transaction.rb
#transaction_id ⇒ String?
The transaction ID you originally passed to minFraud. This field is not required if you provide at least one of the transaction’s ip_address, maxmind_id, or minfraud_id. You are encouraged to provide it, if possible.
72 73 74 |
# File 'lib/minfraud/components/report/transaction.rb', line 72 def transaction_id @transaction_id end |