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



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

def authorisation_code
  @authorisation_code
end

#response_codeObject

The bank’s Response code



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

def response_code
  @response_code
end

#response_messageObject

The bank or gateway’s Response message



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

def response_message
  @response_message
end