class Gateway::OnlineDebitTransactionReportFile

Attributes

AmountInCents[RW]
AmountPaidInCents[RW]
Bank[RW]
BankPaymentDate[RW]
BankReturnCode[RW]
Order[RW]
PaymentDate[RW]
Signature[RW]
Status[RW]
TransactionKey[RW]
TransactionKeyToBank[RW]
TransactionReference[RW]

Public Class Methods

new() click to toggle source
# File lib/gateway/OnlineDebit/online_debit_transaction_report_file.rb, line 17
def initialize
  @Order = OrderTransactionReportFile.new
end