Class: Gateway::BoletoTransactionReportFile

Inherits:
Object
  • Object
show all
Defined in:
lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeBoletoTransactionReportFile

Returns a new instance of BoletoTransactionReportFile.



19
20
21
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 19

def initialize
  @Order = OrderTransactionReportFile.new
end

Instance Attribute Details

#AccountObject

Returns the value of attribute Account.



11
12
13
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 11

def Account
  @Account
end

#AgencyObject

Returns the value of attribute Agency.



10
11
12
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 10

def Agency
  @Agency
end

#AmountInCentsObject

Returns the value of attribute AmountInCents.



14
15
16
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 14

def AmountInCents
  @AmountInCents
end

#AmountPaidInCentsObject

Returns the value of attribute AmountPaidInCents.



15
16
17
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 15

def AmountPaidInCents
  @AmountPaidInCents
end

#BankNumberObject

Returns the value of attribute BankNumber.



9
10
11
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 9

def BankNumber
  @BankNumber
end

#BarCodeObject

Returns the value of attribute BarCode.



12
13
14
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 12

def BarCode
  @BarCode
end

#CreditDateObject

Returns the value of attribute CreditDate.



17
18
19
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 17

def CreditDate
  @CreditDate
end

#ExpirationDateObject

Returns the value of attribute ExpirationDate.



13
14
15
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 13

def ExpirationDate
  @ExpirationDate
end

#NossoNumeroObject

Returns the value of attribute NossoNumero.



8
9
10
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 8

def NossoNumero
  @NossoNumero
end

#OrderObject

Returns the value of attribute Order.



4
5
6
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 4

def Order
  @Order
end

#PaymentDateObject

Returns the value of attribute PaymentDate.



16
17
18
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 16

def PaymentDate
  @PaymentDate
end

#StatusObject

Returns the value of attribute Status.



7
8
9
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 7

def Status
  @Status
end

#TransactionKeyObject

Returns the value of attribute TransactionKey.



5
6
7
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 5

def TransactionKey
  @TransactionKey
end

#TransactionReferenceObject

Returns the value of attribute TransactionReference.



6
7
8
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 6

def TransactionReference
  @TransactionReference
end