Method: Minfraud::Components::Report::Transaction#chargeback_code
- Defined in:
- lib/minfraud/components/report/transaction.rb
#chargeback_code ⇒ String?
A string which is provided by your payment processor indicating the reason for the chargeback.
37 38 39 |
# File 'lib/minfraud/components/report/transaction.rb', line 37 def chargeback_code @chargeback_code end |