Sha256: b4cbde182c17d7ddcdfde33df3b902af2fac34f3e6a016ce146921468cf4d207
Contents?: true
Size: 474 Bytes
Versions: 4
Compression:
Stored size: 474 Bytes
Contents
class OnlineDebitTransactionReportFile attr_accessor :Order attr_accessor :TransactionKey attr_accessor :TransactionReference attr_accessor :Bank attr_accessor :Status attr_accessor :AmountInCents attr_accessor :AmountPaidInCents attr_accessor :PaymentDate attr_accessor :BankReturnCode attr_accessor :BankPaymentDate attr_accessor :Signature attr_accessor :TransactionKeyToBank def initialize @Order = OrderTransactionReportFile.new end end
Version data entries
4 entries across 4 versions & 2 rubygems