Class: Hps::HpsCharge

Inherits:
HpsAuthorization show all
Defined in:
lib/hps/entities/hps_charge.rb

Instance Attribute Summary

Attributes inherited from HpsAuthorization

#authorization_code, #authorized_amount, #avs_result_code, #avs_result_text, #card_type, #cpc_indicator, #cvv_result_code, #cvv_result_text, #token_data

Attributes inherited from HpsTransaction

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

Instance Method Summary collapse

Constructor Details

#initialize(header) ⇒ HpsCharge

Returns a new instance of HpsCharge.



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

def initialize(header)
	super(header)
end