Class: Hps::HpsReportTransactionSummary
- Inherits:
-
HpsTransaction
- Object
- HpsTransaction
- Hps::HpsReportTransactionSummary
- Defined in:
- lib/hps/entities/hps_report_transaction_summary.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#exceptions ⇒ Object
Returns the value of attribute exceptions.
-
#masked_card_number ⇒ Object
Returns the value of attribute masked_card_number.
-
#original_transaction_id ⇒ Object
Returns the value of attribute original_transaction_id.
-
#transaction_date ⇒ Object
Returns the value of attribute transaction_date.
-
#transaction_type ⇒ Object
Returns the value of attribute transaction_type.
Attributes inherited from HpsTransaction
#reference_number, #response_code, #response_text, #transaction_header, #transaction_id
Method Summary
Methods inherited from HpsTransaction
Constructor Details
This class inherits a constructor from Hps::HpsTransaction
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
4 5 6 |
# File 'lib/hps/entities/hps_report_transaction_summary.rb', line 4 def amount @amount end |
#exceptions ⇒ Object
Returns the value of attribute exceptions.
4 5 6 |
# File 'lib/hps/entities/hps_report_transaction_summary.rb', line 4 def exceptions @exceptions end |
#masked_card_number ⇒ Object
Returns the value of attribute masked_card_number.
4 5 6 |
# File 'lib/hps/entities/hps_report_transaction_summary.rb', line 4 def masked_card_number @masked_card_number end |
#original_transaction_id ⇒ Object
Returns the value of attribute original_transaction_id.
4 5 6 |
# File 'lib/hps/entities/hps_report_transaction_summary.rb', line 4 def original_transaction_id @original_transaction_id end |
#transaction_date ⇒ Object
Returns the value of attribute transaction_date.
4 5 6 |
# File 'lib/hps/entities/hps_report_transaction_summary.rb', line 4 def transaction_date @transaction_date end |
#transaction_type ⇒ Object
Returns the value of attribute transaction_type.
4 5 6 |
# File 'lib/hps/entities/hps_report_transaction_summary.rb', line 4 def transaction_type @transaction_type end |