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.



340
341
342
# File 'lib/eway_rapid/models/models.rb', line 340

def beagle_score
  @beagle_score
end

#capturedObject

Returns the value of attribute captured.



339
340
341
# File 'lib/eway_rapid/models/models.rb', line 339

def captured
  @captured
end

#currency_codeObject

Returns the value of attribute currency_code.



352
353
354
# File 'lib/eway_rapid/models/models.rb', line 352

def currency_code
  @currency_code
end

#fraud_actionObject

Returns the value of attribute fraud_action.



341
342
343
# File 'lib/eway_rapid/models/models.rb', line 341

def fraud_action
  @fraud_action
end

#max_refundObject

Returns the value of attribute max_refund.



349
350
351
# File 'lib/eway_rapid/models/models.rb', line 349

def max_refund
  @max_refund
end

#original_transaction_idObject

Returns the value of attribute original_transaction_id.



350
351
352
# File 'lib/eway_rapid/models/models.rb', line 350

def original_transaction_id
  @original_transaction_id
end

#processing_detailsObject

Returns the value of attribute processing_details.



343
344
345
# File 'lib/eway_rapid/models/models.rb', line 343

def processing_details
  @processing_details
end

#sourceObject

Returns the value of attribute source.



348
349
350
# File 'lib/eway_rapid/models/models.rb', line 348

def source
  @source
end

#statusObject Also known as: status?

Returns the value of attribute status.



338
339
340
# File 'lib/eway_rapid/models/models.rb', line 338

def status
  @status
end

#totalObject

Returns the value of attribute total.



337
338
339
# File 'lib/eway_rapid/models/models.rb', line 337

def total
  @total
end

#transaction_capturedObject

Returns the value of attribute transaction_captured.



347
348
349
# File 'lib/eway_rapid/models/models.rb', line 347

def transaction_captured
  @transaction_captured
end

#transaction_date_timeObject

(v40+ query response only)



346
347
348
# File 'lib/eway_rapid/models/models.rb', line 346

def transaction_date_time
  @transaction_date_time
end

#transaction_idObject

Returns the value of attribute transaction_id.



336
337
338
# File 'lib/eway_rapid/models/models.rb', line 336

def transaction_id
  @transaction_id
end

#verification_resultObject

Returns the value of attribute verification_result.



342
343
344
# File 'lib/eway_rapid/models/models.rb', line 342

def verification_result
  @verification_result
end