Sha256: aabe3ab131b2a7383d61d7e72b1b970e5c899ef22e72dbc3851a9b1efe8fcfbc
Contents?: true
Size: 588 Bytes
Versions: 5
Compression:
Stored size: 588 Bytes
Contents
module Gateway class BoletoTransactionReportFile attr_accessor :Order attr_accessor :TransactionKey attr_accessor :TransactionReference attr_accessor :Status attr_accessor :NossoNumero attr_accessor :BankNumber attr_accessor :Agency attr_accessor :Account attr_accessor :BarCode attr_accessor :ExpirationDate attr_accessor :AmountInCents attr_accessor :AmountPaidInCents attr_accessor :PaymentDate attr_accessor :CreditDate def initialize @Order = OrderTransactionReportFile.new end end end
Version data entries
5 entries across 5 versions & 2 rubygems