Class: EwayRapid::RefundResponse

Inherits:
ResponseOutput show all
Defined in:
lib/eway_rapid/output/refund_response.rb

Overview

Refund response

Instance Attribute Summary collapse

Attributes inherited from ResponseOutput

#errors

Method Summary

Methods inherited from ResponseOutput

#initialize

Constructor Details

This class inherits a constructor from EwayRapid::ResponseOutput

Instance Attribute Details

#refundObject

Returns the value of attribute refund.



4
5
6
# File 'lib/eway_rapid/output/refund_response.rb', line 4

def refund
  @refund
end

#transaction_statusObject

Contains transaction status information



7
8
9
# File 'lib/eway_rapid/output/refund_response.rb', line 7

def transaction_status
  @transaction_status
end