Class: EwayRapid::QueryTransactionResponse

Inherits:
ResponseOutput show all
Defined in:
lib/eway_rapid/output/query_transaction_response.rb

Overview

Query transaction response

Instance Attribute Summary collapse

Attributes inherited from ResponseOutput

#errors

Method Summary

Methods inherited from ResponseOutput

#initialize

Constructor Details

This class inherits a constructor from EwayRapid::ResponseOutput

Instance Attribute Details

#access_codeObject

AccessCode for this transaction



14
15
16
# File 'lib/eway_rapid/output/query_transaction_response.rb', line 14

def access_code
  @access_code
end

#transactionObject

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_statusObject

Contains transaction status information



11
12
13
# File 'lib/eway_rapid/output/query_transaction_response.rb', line 11

def transaction_status
  @transaction_status
end