Class: EwayRapid::Models::TransactionStatus
- Inherits:
-
Object
- Object
- EwayRapid::Models::TransactionStatus
- Defined in:
- lib/eway_rapid/models/models.rb
Overview
Contains the status information for a transaction
Instance Attribute Summary collapse
-
#beagle_score ⇒ Object
Returns the value of attribute beagle_score.
-
#captured ⇒ Object
Returns the value of attribute captured.
-
#currency_code ⇒ Object
Returns the value of attribute currency_code.
-
#fraud_action ⇒ Object
Returns the value of attribute fraud_action.
-
#max_refund ⇒ Object
Returns the value of attribute max_refund.
-
#original_transaction_id ⇒ Object
Returns the value of attribute original_transaction_id.
-
#processing_details ⇒ Object
Returns the value of attribute processing_details.
-
#source ⇒ Object
Returns the value of attribute source.
-
#status ⇒ Object
(also: #status?)
Returns the value of attribute status.
-
#total ⇒ Object
Returns the value of attribute total.
-
#transaction_captured ⇒ Object
Returns the value of attribute transaction_captured.
-
#transaction_date_time ⇒ Object
(v40+ query response only).
-
#transaction_id ⇒ Object
Returns the value of attribute transaction_id.
-
#verification_result ⇒ Object
Returns the value of attribute verification_result.
Instance Attribute Details
#beagle_score ⇒ Object
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 |
#captured ⇒ Object
Returns the value of attribute captured.
339 340 341 |
# File 'lib/eway_rapid/models/models.rb', line 339 def captured @captured end |
#currency_code ⇒ Object
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_action ⇒ Object
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_refund ⇒ Object
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_id ⇒ Object
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_details ⇒ Object
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 |
#source ⇒ Object
Returns the value of attribute source.
348 349 350 |
# File 'lib/eway_rapid/models/models.rb', line 348 def source @source end |
#status ⇒ Object 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 |
#total ⇒ Object
Returns the value of attribute total.
337 338 339 |
# File 'lib/eway_rapid/models/models.rb', line 337 def total @total end |
#transaction_captured ⇒ Object
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_time ⇒ Object
(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_id ⇒ Object
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_result ⇒ Object
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 |