Class: EwayRapid::QueryTransactionResponse
- Inherits:
-
ResponseOutput
- Object
- ResponseOutput
- EwayRapid::QueryTransactionResponse
- Defined in:
- lib/eway_rapid/output/query_transaction_response.rb
Overview
Query transaction response
Instance Attribute Summary collapse
-
#access_code ⇒ Object
AccessCode for this transaction.
-
#transaction ⇒ Object
The Request as returned by Rapid API.
-
#transaction_status ⇒ Object
Contains transaction status information.
Attributes inherited from ResponseOutput
Method Summary
Methods inherited from ResponseOutput
Constructor Details
This class inherits a constructor from EwayRapid::ResponseOutput
Instance Attribute Details
#access_code ⇒ Object
AccessCode for this transaction
14 15 16 |
# File 'lib/eway_rapid/output/query_transaction_response.rb', line 14 def access_code @access_code end |
#transaction ⇒ Object
The Request as returned by Rapid API. Where a token customer is created as result of the transaction, then the Customer in this type will contain the Customer Token ID
8 9 10 |
# File 'lib/eway_rapid/output/query_transaction_response.rb', line 8 def transaction @transaction end |
#transaction_status ⇒ Object
Contains transaction status information
11 12 13 |
# File 'lib/eway_rapid/output/query_transaction_response.rb', line 11 def transaction_status @transaction_status end |