Class: EwayRapid::Models::ProcessingDetails

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#authorisation_codeObject

The bank’s authorization code for the transaction



184
185
186
# File 'lib/eway_rapid/models/models.rb', line 184

def authorisation_code
  @authorisation_code
end

#response_codeObject

The bank’s Response code



187
188
189
# File 'lib/eway_rapid/models/models.rb', line 187

def response_code
  @response_code
end

#response_messageObject

The bank or gateway’s Response message



190
191
192
# File 'lib/eway_rapid/models/models.rb', line 190

def response_message
  @response_message
end