Class: Gateway::OnlineDebitTransactionReportFile
- Inherits:
-
Object
- Object
- Gateway::OnlineDebitTransactionReportFile
- Defined in:
- lib/gateway/OnlineDebit/online_debit_transaction_report_file.rb
Instance Attribute Summary collapse
-
#AmountInCents ⇒ Object
Returns the value of attribute AmountInCents.
-
#AmountPaidInCents ⇒ Object
Returns the value of attribute AmountPaidInCents.
-
#Bank ⇒ Object
Returns the value of attribute Bank.
-
#BankPaymentDate ⇒ Object
Returns the value of attribute BankPaymentDate.
-
#BankReturnCode ⇒ Object
Returns the value of attribute BankReturnCode.
-
#Order ⇒ Object
Returns the value of attribute Order.
-
#PaymentDate ⇒ Object
Returns the value of attribute PaymentDate.
-
#Signature ⇒ Object
Returns the value of attribute Signature.
-
#Status ⇒ Object
Returns the value of attribute Status.
-
#TransactionKey ⇒ Object
Returns the value of attribute TransactionKey.
-
#TransactionKeyToBank ⇒ Object
Returns the value of attribute TransactionKeyToBank.
-
#TransactionReference ⇒ Object
Returns the value of attribute TransactionReference.
Instance Method Summary collapse
-
#initialize ⇒ OnlineDebitTransactionReportFile
constructor
A new instance of OnlineDebitTransactionReportFile.
Constructor Details
#initialize ⇒ OnlineDebitTransactionReportFile
Returns a new instance of OnlineDebitTransactionReportFile.
17 18 19 |
# File 'lib/gateway/OnlineDebit/online_debit_transaction_report_file.rb', line 17 def initialize @Order = OrderTransactionReportFile.new end |
Instance Attribute Details
#AmountInCents ⇒ Object
Returns the value of attribute AmountInCents.
9 10 11 |
# File 'lib/gateway/OnlineDebit/online_debit_transaction_report_file.rb', line 9 def AmountInCents @AmountInCents end |
#AmountPaidInCents ⇒ Object
Returns the value of attribute AmountPaidInCents.
10 11 12 |
# File 'lib/gateway/OnlineDebit/online_debit_transaction_report_file.rb', line 10 def AmountPaidInCents @AmountPaidInCents end |
#Bank ⇒ Object
Returns the value of attribute Bank.
7 8 9 |
# File 'lib/gateway/OnlineDebit/online_debit_transaction_report_file.rb', line 7 def Bank @Bank end |
#BankPaymentDate ⇒ Object
Returns the value of attribute BankPaymentDate.
13 14 15 |
# File 'lib/gateway/OnlineDebit/online_debit_transaction_report_file.rb', line 13 def BankPaymentDate @BankPaymentDate end |
#BankReturnCode ⇒ Object
Returns the value of attribute BankReturnCode.
12 13 14 |
# File 'lib/gateway/OnlineDebit/online_debit_transaction_report_file.rb', line 12 def BankReturnCode @BankReturnCode end |
#Order ⇒ Object
Returns the value of attribute Order.
4 5 6 |
# File 'lib/gateway/OnlineDebit/online_debit_transaction_report_file.rb', line 4 def Order @Order end |
#PaymentDate ⇒ Object
Returns the value of attribute PaymentDate.
11 12 13 |
# File 'lib/gateway/OnlineDebit/online_debit_transaction_report_file.rb', line 11 def PaymentDate @PaymentDate end |
#Signature ⇒ Object
Returns the value of attribute Signature.
14 15 16 |
# File 'lib/gateway/OnlineDebit/online_debit_transaction_report_file.rb', line 14 def Signature @Signature end |
#Status ⇒ Object
Returns the value of attribute Status.
8 9 10 |
# File 'lib/gateway/OnlineDebit/online_debit_transaction_report_file.rb', line 8 def Status @Status end |
#TransactionKey ⇒ Object
Returns the value of attribute TransactionKey.
5 6 7 |
# File 'lib/gateway/OnlineDebit/online_debit_transaction_report_file.rb', line 5 def TransactionKey @TransactionKey end |
#TransactionKeyToBank ⇒ Object
Returns the value of attribute TransactionKeyToBank.
15 16 17 |
# File 'lib/gateway/OnlineDebit/online_debit_transaction_report_file.rb', line 15 def TransactionKeyToBank @TransactionKeyToBank end |
#TransactionReference ⇒ Object
Returns the value of attribute TransactionReference.
6 7 8 |
# File 'lib/gateway/OnlineDebit/online_debit_transaction_report_file.rb', line 6 def TransactionReference @TransactionReference end |