class Gateway::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/gateway/BoletoTransaction/boleto_transaction_report_file.rb, line 19
def initialize
  @Order = OrderTransactionReportFile.new
end