Class: Gateway::OnlineDebitTransactionReportFile

Inherits:
Object
  • Object
show all
Defined in:
lib/gateway/OnlineDebit/online_debit_transaction_report_file.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeOnlineDebitTransactionReportFile

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

#AmountInCentsObject

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

#AmountPaidInCentsObject

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

#BankObject

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

#BankPaymentDateObject

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

#BankReturnCodeObject

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

#OrderObject

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

#PaymentDateObject

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

#SignatureObject

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

#StatusObject

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

#TransactionKeyObject

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

#TransactionKeyToBankObject

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

#TransactionReferenceObject

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