Class: EWayClient::QueryTxnStatusRequest

Inherits:
BaseRequest show all
Defined in:
lib/e_way_client/requests/query_txn_status_request.rb

Constant Summary collapse

MESSAGE_ATTRS =
%i[
  agent_code
  username
  password
  transaction_id
]

Constants inherited from BaseRequest

BaseRequest::SOAP_ATTRS

Method Summary

Methods inherited from BaseRequest

#call