Method: Minfraud::Components::Report::Transaction#chargeback_code

Defined in:
lib/minfraud/components/report/transaction.rb

#chargeback_codeString?

A string which is provided by your payment processor indicating the reason for the chargeback.

Returns:



37
38
39
# File 'lib/minfraud/components/report/transaction.rb', line 37

def chargeback_code
  @chargeback_code
end