Class: OnlineDebitTransactionReportFile

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeOnlineDebitTransactionReportFile

Returns a new instance of OnlineDebitTransactionReportFile.



15
16
17
# File 'lib/mundipagg/OnlineDebit/online_debit_transaction_report_file.rb', line 15

def initialize
  @Order = OrderTransactionReportFile.new
end

Instance Attribute Details

#AmountInCentsObject

Returns the value of attribute AmountInCents.



7
8
9
# File 'lib/mundipagg/OnlineDebit/online_debit_transaction_report_file.rb', line 7

def AmountInCents
  @AmountInCents
end

#AmountPaidInCentsObject

Returns the value of attribute AmountPaidInCents.



8
9
10
# File 'lib/mundipagg/OnlineDebit/online_debit_transaction_report_file.rb', line 8

def AmountPaidInCents
  @AmountPaidInCents
end

#BankObject

Returns the value of attribute Bank.



5
6
7
# File 'lib/mundipagg/OnlineDebit/online_debit_transaction_report_file.rb', line 5

def Bank
  @Bank
end

#BankPaymentDateObject

Returns the value of attribute BankPaymentDate.



11
12
13
# File 'lib/mundipagg/OnlineDebit/online_debit_transaction_report_file.rb', line 11

def BankPaymentDate
  @BankPaymentDate
end

#BankReturnCodeObject

Returns the value of attribute BankReturnCode.



10
11
12
# File 'lib/mundipagg/OnlineDebit/online_debit_transaction_report_file.rb', line 10

def BankReturnCode
  @BankReturnCode
end

#OrderObject

Returns the value of attribute Order.



2
3
4
# File 'lib/mundipagg/OnlineDebit/online_debit_transaction_report_file.rb', line 2

def Order
  @Order
end

#PaymentDateObject

Returns the value of attribute PaymentDate.



9
10
11
# File 'lib/mundipagg/OnlineDebit/online_debit_transaction_report_file.rb', line 9

def PaymentDate
  @PaymentDate
end

#SignatureObject

Returns the value of attribute Signature.



12
13
14
# File 'lib/mundipagg/OnlineDebit/online_debit_transaction_report_file.rb', line 12

def Signature
  @Signature
end

#StatusObject

Returns the value of attribute Status.



6
7
8
# File 'lib/mundipagg/OnlineDebit/online_debit_transaction_report_file.rb', line 6

def Status
  @Status
end

#TransactionKeyObject

Returns the value of attribute TransactionKey.



3
4
5
# File 'lib/mundipagg/OnlineDebit/online_debit_transaction_report_file.rb', line 3

def TransactionKey
  @TransactionKey
end

#TransactionKeyToBankObject

Returns the value of attribute TransactionKeyToBank.



13
14
15
# File 'lib/mundipagg/OnlineDebit/online_debit_transaction_report_file.rb', line 13

def TransactionKeyToBank
  @TransactionKeyToBank
end

#TransactionReferenceObject

Returns the value of attribute TransactionReference.



4
5
6
# File 'lib/mundipagg/OnlineDebit/online_debit_transaction_report_file.rb', line 4

def TransactionReference
  @TransactionReference
end