Sha256: 78e989760b0fbc79e01b5b174c98ac469a8de444a5a3c5f950bea9b3ac55384b

Contents?: true

Size: 527 Bytes

Versions: 9

Compression:

Stored size: 527 Bytes

Contents

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

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
mundipagg_sdk-1.0.2 lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb
mundipagg_sdk-1.0.1 lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb
mundipagg_sdk-1.0.0 lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb
mundipagg_api-1.3.1 lib/mundipagg/BoletoTransaction/boleto_transaction_report_file.rb
mundipagg_api-1.3.0 lib/mundipagg/BoletoTransaction/boleto_transaction_report_file.rb
mundipagg_api-1.1.1 lib/mundipagg/BoletoTransaction/boleto_transaction_report_file.rb
mundipagg_api-1.1.0 lib/mundipagg/BoletoTransaction/boleto_transaction_report_file.rb
mundipagg_api-1.0.1 lib/mundipagg/BoletoTransaction/boleto_transaction_report_file.rb
mundipagg_api-1.0.0 lib/mundipagg/BoletoTransaction/boleto_transaction_report_file.rb