Sha256: ec07ca5c77ad7c338229179d47ca4f18eb65b1b4c263f64cc749f7f1d3a862f6

Contents?: true

Size: 566 Bytes

Versions: 5

Compression:

Stored size: 566 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

Version Path
mundipagg_sdk-1.4.1 lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb
stone_ecommerce-1.4.0 lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb
mundipagg_sdk-1.4.0 lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb
stone_ecommerce-1.3.0 lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb
stone_ecommerce-1.2.3 lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb