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
184 185 186 |
# File 'lib/eway_rapid/models/models.rb', line 184 def @authorisation_code end |
#response_code ⇒ Object
The bank’s Response code
187 188 189 |
# File 'lib/eway_rapid/models/models.rb', line 187 def response_code @response_code end |
#response_message ⇒ Object
The bank or gateway’s Response message
190 191 192 |
# File 'lib/eway_rapid/models/models.rb', line 190 def @response_message end |