Class: Hps::HpsTransactionHeader

Inherits:
Object
  • Object
show all
Defined in:
lib/hps/entities/hps_transaction_header.rb

Instance Attribute Summary collapse

Instance Attribute Details

#client_txn_idObject

Returns the value of attribute client_txn_id.



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

def client_txn_id
  @client_txn_id
end

#gateway_response_codeObject

Returns the value of attribute gateway_response_code.



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

def gateway_response_code
  @gateway_response_code
end

#gateway_response_messageObject

Returns the value of attribute gateway_response_message.



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

def gateway_response_message
  @gateway_response_message
end

#response_dtObject

Returns the value of attribute response_dt.



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

def response_dt
  @response_dt
end