class BoletoTransactionReportFile
Attributes
Account[RW]
Agency[RW]
AmountInCents[RW]
AmountPaidInCents[RW]
BankNumber[RW]
BarCode[RW]
CreditDate[RW]
ExpirationDate[RW]
NossoNumero[RW]
Order[RW]
PaymentDate[RW]
Status[RW]
TransactionKey[RW]
TransactionReference[RW]
Public Class Methods
new()
click to toggle source
# File lib/mundipagg/BoletoTransaction/boleto_transaction_report_file.rb, line 17 def initialize @Order = OrderTransactionReportFile.new end