Class: Hps::HpsRefund

Inherits:
HpsTransaction show all
Defined in:
lib/hps/entities/hps_refund.rb

Instance Attribute Summary

Attributes inherited from HpsTransaction

#reference_number, #response_code, #response_text, #transaction_header, #transaction_id

Instance Method Summary collapse

Constructor Details

#initialize(header) ⇒ HpsRefund

Returns a new instance of HpsRefund.



4
5
6
# File 'lib/hps/entities/hps_refund.rb', line 4

def initialize(header)
	super(header)
end