Class: EwayRapid::Models::TransactionStatus

Inherits:
Object
  • Object
show all
Defined in:
lib/eway_rapid/models/models.rb

Overview

Contains the status information for a transaction

Instance Attribute Summary collapse

Instance Attribute Details

#beagle_scoreObject

Returns the value of attribute beagle_score.



309
310
311
# File 'lib/eway_rapid/models/models.rb', line 309

def beagle_score
  @beagle_score
end

#capturedObject

Returns the value of attribute captured.



308
309
310
# File 'lib/eway_rapid/models/models.rb', line 308

def captured
  @captured
end

#fraud_actionObject

Returns the value of attribute fraud_action.



310
311
312
# File 'lib/eway_rapid/models/models.rb', line 310

def fraud_action
  @fraud_action
end

#processing_detailsObject

Returns the value of attribute processing_details.



312
313
314
# File 'lib/eway_rapid/models/models.rb', line 312

def processing_details
  @processing_details
end

#statusObject Also known as: status?

Returns the value of attribute status.



307
308
309
# File 'lib/eway_rapid/models/models.rb', line 307

def status
  @status
end

#totalObject

Returns the value of attribute total.



306
307
308
# File 'lib/eway_rapid/models/models.rb', line 306

def total
  @total
end

#transaction_idObject

Returns the value of attribute transaction_id.



305
306
307
# File 'lib/eway_rapid/models/models.rb', line 305

def transaction_id
  @transaction_id
end

#verification_resultObject

Returns the value of attribute verification_result.



311
312
313
# File 'lib/eway_rapid/models/models.rb', line 311

def verification_result
  @verification_result
end