Class: Hps::HpsAccountVerify

Inherits:
HpsAuthorization show all
Defined in:
lib/hps/entities/hps_account_verify.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) ⇒ HpsAccountVerify

Returns a new instance of HpsAccountVerify.



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

def initialize(header)
  super(header)
end