Class: PFS::Resources::Transactions::Transaction
- Defined in:
- lib/pfs/resources/transactions/transaction.rb
Instance Attribute Summary collapse
-
#acquiringInstitution ⇒ Object
(also: #acquiring_institution)
Returns the value of attribute acquiringInstitution.
-
#actionCodeDescription ⇒ Object
(also: #action_code_description)
Returns the value of attribute actionCodeDescription.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#arn ⇒ Object
Returns the value of attribute arn.
-
#atmFee ⇒ Object
(also: #atm_fee)
Returns the value of attribute atmFee.
-
#authenticationNumber ⇒ Object
(also: #authentication_number)
Returns the value of attribute authenticationNumber.
-
#availableBalance ⇒ Object
(also: #available)
Returns the value of attribute availableBalance.
-
#cardAcceptorIdCode ⇒ Object
(also: #card_acceptor_id_code)
Returns the value of attribute cardAcceptorIdCode.
-
#cardId ⇒ Object
(also: #card_id)
Returns the value of attribute cardId.
-
#cardType ⇒ Object
(also: #card_type)
Returns the value of attribute cardType.
-
#clientId ⇒ Object
(also: #client_id)
Returns the value of attribute clientId.
-
#conversionRate ⇒ Object
(also: #conversion_rate)
Returns the value of attribute conversionRate.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#date ⇒ Object
Returns the value of attribute date.
-
#fee ⇒ Object
Returns the value of attribute fee.
-
#foreignExchangeFee ⇒ Object
(also: #foreign_exchange_fee)
Returns the value of attribute foreignExchangeFee.
-
#issuerFee ⇒ Object
(also: #issuer_fee)
Returns the value of attribute issuerFee.
-
#ledgerBalance ⇒ Object
(also: #ledger)
Returns the value of attribute ledgerBalance.
-
#mcc ⇒ Object
Returns the value of attribute mcc.
-
#mti ⇒ Object
Returns the value of attribute mti.
-
#originalHoldAmount ⇒ Object
(also: #original_hold_amount)
Returns the value of attribute originalHoldAmount.
-
#originalTransactionAmount ⇒ Object
(also: #original_transaction_amount)
Returns the value of attribute originalTransactionAmount.
-
#posEntryMode ⇒ Object
(also: #pos_entry_mode)
Returns the value of attribute posEntryMode.
-
#processor ⇒ Object
Returns the value of attribute processor.
-
#recordType ⇒ Object
(also: #record_type)
Returns the value of attribute recordType.
-
#responseCode ⇒ Object
(also: #response_code)
Returns the value of attribute responseCode.
-
#stn ⇒ Object
Returns the value of attribute stn.
-
#surcharge ⇒ Object
Returns the value of attribute surcharge.
-
#terminalCity ⇒ Object
(also: #terminal_city)
Returns the value of attribute terminalCity.
-
#terminalCountry ⇒ Object
(also: #terminal_country)
Returns the value of attribute terminalCountry.
-
#terminalCurrency ⇒ Object
(also: #terminal_currency)
Returns the value of attribute terminalCurrency.
-
#terminalID ⇒ Object
(also: #terminal_id, #transfer_response_reference)
Returns the value of attribute terminalID.
-
#terminalLocation ⇒ Object
(also: #terminal_location)
Returns the value of attribute terminalLocation.
-
#terminalOwner ⇒ Object
(also: #terminal_owner)
Returns the value of attribute terminalOwner.
-
#terminalState ⇒ Object
(also: #terminal_state)
Returns the value of attribute terminalState.
-
#transactionCodeDescription ⇒ Object
(also: #transaction_code_description)
Returns the value of attribute transactionCodeDescription.
-
#transactionDescription ⇒ Object
(also: #transaction_description)
Returns the value of attribute transactionDescription.
-
#transactionOrigin ⇒ Object
(also: #transaction_origin)
Returns the value of attribute transactionOrigin.
-
#transactionResult ⇒ Object
(also: #transaction_result)
Returns the value of attribute transactionResult.
-
#transactionType ⇒ Object
(also: #transaction_type)
Returns the value of attribute transactionType.
-
#uniqueReference ⇒ Object
(also: #unique_reference)
Returns the value of attribute uniqueReference.
-
#walletId ⇒ Object
(also: #wallet_id)
Returns the value of attribute walletId.
-
#walletProvider ⇒ Object
(also: #wallet_provider)
Returns the value of attribute walletProvider.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from PFS::Resources::Base
Instance Attribute Details
#acquiringInstitution ⇒ Object Also known as: acquiring_institution
Returns the value of attribute acquiringInstitution.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def acquiringInstitution @acquiringInstitution end |
#actionCodeDescription ⇒ Object Also known as: action_code_description
Returns the value of attribute actionCodeDescription.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def actionCodeDescription @actionCodeDescription end |
#amount ⇒ Object
Returns the value of attribute amount.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def amount @amount end |
#arn ⇒ Object
Returns the value of attribute arn.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def arn @arn end |
#atmFee ⇒ Object Also known as: atm_fee
Returns the value of attribute atmFee.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def atmFee @atmFee end |
#authenticationNumber ⇒ Object Also known as: authentication_number
Returns the value of attribute authenticationNumber.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def authenticationNumber @authenticationNumber end |
#availableBalance ⇒ Object Also known as: available
Returns the value of attribute availableBalance.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def availableBalance @availableBalance end |
#cardAcceptorIdCode ⇒ Object Also known as: card_acceptor_id_code
Returns the value of attribute cardAcceptorIdCode.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def cardAcceptorIdCode @cardAcceptorIdCode end |
#cardId ⇒ Object Also known as: card_id
Returns the value of attribute cardId.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def cardId @cardId end |
#cardType ⇒ Object Also known as: card_type
Returns the value of attribute cardType.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def cardType @cardType end |
#clientId ⇒ Object Also known as: client_id
Returns the value of attribute clientId.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def clientId @clientId end |
#conversionRate ⇒ Object Also known as: conversion_rate
Returns the value of attribute conversionRate.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def conversionRate @conversionRate end |
#currency ⇒ Object
Returns the value of attribute currency.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def currency @currency end |
#date ⇒ Object
Returns the value of attribute date.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def date @date end |
#fee ⇒ Object
Returns the value of attribute fee.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def fee @fee end |
#foreignExchangeFee ⇒ Object Also known as: foreign_exchange_fee
Returns the value of attribute foreignExchangeFee.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def foreignExchangeFee @foreignExchangeFee end |
#issuerFee ⇒ Object Also known as: issuer_fee
Returns the value of attribute issuerFee.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def issuerFee @issuerFee end |
#ledgerBalance ⇒ Object Also known as: ledger
Returns the value of attribute ledgerBalance.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def ledgerBalance @ledgerBalance end |
#mcc ⇒ Object
Returns the value of attribute mcc.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def mcc @mcc end |
#mti ⇒ Object
Returns the value of attribute mti.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def mti @mti end |
#originalHoldAmount ⇒ Object Also known as: original_hold_amount
Returns the value of attribute originalHoldAmount.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def originalHoldAmount @originalHoldAmount end |
#originalTransactionAmount ⇒ Object Also known as: original_transaction_amount
Returns the value of attribute originalTransactionAmount.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def originalTransactionAmount @originalTransactionAmount end |
#posEntryMode ⇒ Object Also known as: pos_entry_mode
Returns the value of attribute posEntryMode.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def posEntryMode @posEntryMode end |
#processor ⇒ Object
Returns the value of attribute processor.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def processor @processor end |
#recordType ⇒ Object Also known as: record_type
Returns the value of attribute recordType.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def recordType @recordType end |
#responseCode ⇒ Object Also known as: response_code
Returns the value of attribute responseCode.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def responseCode @responseCode end |
#stn ⇒ Object
Returns the value of attribute stn.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def stn @stn end |
#surcharge ⇒ Object
Returns the value of attribute surcharge.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def surcharge @surcharge end |
#terminalCity ⇒ Object Also known as: terminal_city
Returns the value of attribute terminalCity.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def terminalCity @terminalCity end |
#terminalCountry ⇒ Object Also known as: terminal_country
Returns the value of attribute terminalCountry.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def terminalCountry @terminalCountry end |
#terminalCurrency ⇒ Object Also known as: terminal_currency
Returns the value of attribute terminalCurrency.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def terminalCurrency @terminalCurrency end |
#terminalID ⇒ Object Also known as: terminal_id, transfer_response_reference
Returns the value of attribute terminalID.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def terminalID @terminalID end |
#terminalLocation ⇒ Object Also known as: terminal_location
Returns the value of attribute terminalLocation.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def terminalLocation @terminalLocation end |
#terminalOwner ⇒ Object Also known as: terminal_owner
Returns the value of attribute terminalOwner.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def terminalOwner @terminalOwner end |
#terminalState ⇒ Object Also known as: terminal_state
Returns the value of attribute terminalState.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def terminalState @terminalState end |
#transactionCodeDescription ⇒ Object Also known as: transaction_code_description
Returns the value of attribute transactionCodeDescription.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def transactionCodeDescription @transactionCodeDescription end |
#transactionDescription ⇒ Object Also known as: transaction_description
Returns the value of attribute transactionDescription.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def transactionDescription @transactionDescription end |
#transactionOrigin ⇒ Object Also known as: transaction_origin
Returns the value of attribute transactionOrigin.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def transactionOrigin @transactionOrigin end |
#transactionResult ⇒ Object Also known as: transaction_result
Returns the value of attribute transactionResult.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def transactionResult @transactionResult end |
#transactionType ⇒ Object Also known as: transaction_type
Returns the value of attribute transactionType.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def transactionType @transactionType end |
#uniqueReference ⇒ Object Also known as: unique_reference
Returns the value of attribute uniqueReference.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def uniqueReference @uniqueReference end |
#walletId ⇒ Object Also known as: wallet_id
Returns the value of attribute walletId.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def walletId @walletId end |
#walletProvider ⇒ Object Also known as: wallet_provider
Returns the value of attribute walletProvider.
7 8 9 |
# File 'lib/pfs/resources/transactions/transaction.rb', line 7 def walletProvider @walletProvider end |