Class: EwayRapid::Models::ProcessingDetails
- Inherits:
-
Object
- Object
- EwayRapid::Models::ProcessingDetails
- Defined in:
- lib/eway_rapid/models/models.rb
Overview
Combines together all the bank/gateway specific status information for a transaction
Instance Attribute Summary collapse
-
#authorisation_code ⇒ Object
The bank’s authorization code for the transaction.
-
#response_code ⇒ Object
The bank’s Response code.
-
#response_message ⇒ Object
The bank or gateway’s Response message.
Instance Attribute Details
#authorisation_code ⇒ Object
The bank’s authorization code for the transaction
183 184 185 |
# File 'lib/eway_rapid/models/models.rb', line 183 def @authorisation_code end |
#response_code ⇒ Object
The bank’s Response code
186 187 188 |
# File 'lib/eway_rapid/models/models.rb', line 186 def response_code @response_code end |
#response_message ⇒ Object
The bank or gateway’s Response message
189 190 191 |
# File 'lib/eway_rapid/models/models.rb', line 189 def @response_message end |