Class: Hps::HpsReportTransactionSummary

Inherits:
HpsTransaction show all
Defined in:
lib/hps/entities/hps_report_transaction_summary.rb

Instance Attribute Summary collapse

Attributes inherited from HpsTransaction

#reference_number, #response_code, #response_text, #transaction_header, #transaction_id

Method Summary

Methods inherited from HpsTransaction

#initialize

Constructor Details

This class inherits a constructor from Hps::HpsTransaction

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



4
5
6
# File 'lib/hps/entities/hps_report_transaction_summary.rb', line 4

def amount
  @amount
end

#exceptionsObject

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_numberObject

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_idObject

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_dateObject

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_typeObject

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