Class: CreditCardTransactionReportFile

Inherits:
Object
  • Object
show all
Defined in:
lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCreditCardTransactionReportFile

Returns a new instance of CreditCardTransactionReportFile.



26
27
28
# File 'lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb', line 26

def initialize
  @Order = OrderTransactionReportFile.new
end

Instance Attribute Details

#AcquirerAuthorizationReturnCodeObject

Returns the value of attribute AcquirerAuthorizationReturnCode.



20
21
22
# File 'lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb', line 20

def AcquirerAuthorizationReturnCode
  @AcquirerAuthorizationReturnCode
end

#AcquirerNameObject

Returns the value of attribute AcquirerName.



9
10
11
# File 'lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb', line 9

def AcquirerName
  @AcquirerName
end

#AmountInCentsObject

Returns the value of attribute AmountInCents.



11
12
13
# File 'lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb', line 11

def AmountInCents
  @AmountInCents
end

#AuthorizationCodeObject

Returns the value of attribute AuthorizationCode.



13
14
15
# File 'lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb', line 13

def AuthorizationCode
  @AuthorizationCode
end

#AuthorizedAmountInCentsObject

Returns the value of attribute AuthorizedAmountInCents.



16
17
18
# File 'lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb', line 16

def AuthorizedAmountInCents
  @AuthorizedAmountInCents
end

#AuthorizedDateObject

Returns the value of attribute AuthorizedDate.



21
22
23
# File 'lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb', line 21

def AuthorizedDate
  @AuthorizedDate
end

#CapturedAmountInCentsObject

Returns the value of attribute CapturedAmountInCents.



17
18
19
# File 'lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb', line 17

def CapturedAmountInCents
  @CapturedAmountInCents
end

#CapturedDateObject

Returns the value of attribute CapturedDate.



22
23
24
# File 'lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb', line 22

def CapturedDate
  @CapturedDate
end

#CreditCardBrandObject

Returns the value of attribute CreditCardBrand.



6
7
8
# File 'lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb', line 6

def CreditCardBrand
  @CreditCardBrand
end

#CreditCardNumberObject

Returns the value of attribute CreditCardNumber.



7
8
9
# File 'lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb', line 7

def CreditCardNumber
  @CreditCardNumber
end

#CreditCardTransactionReferenceObject

Returns the value of attribute CreditCardTransactionReference.



5
6
7
# File 'lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb', line 5

def CreditCardTransactionReference
  @CreditCardTransactionReference
end

#IataAmountInCentsObject

Returns the value of attribute IataAmountInCents.



12
13
14
# File 'lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb', line 12

def IataAmountInCents
  @IataAmountInCents
end

#InstallmentCountObject

Returns the value of attribute InstallmentCount.



8
9
10
# File 'lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb', line 8

def InstallmentCount
  @InstallmentCount
end

#LastProbeDateObject

Returns the value of attribute LastProbeDate.



24
25
26
# File 'lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb', line 24

def LastProbeDate
  @LastProbeDate
end

#OrderObject

Returns the value of attribute Order.



2
3
4
# File 'lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb', line 2

def Order
  @Order
end

#RefundedAmountInCentsObject

Returns the value of attribute RefundedAmountInCents.



19
20
21
# File 'lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb', line 19

def RefundedAmountInCents
  @RefundedAmountInCents
end

#StatusObject

Returns the value of attribute Status.



10
11
12
# File 'lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb', line 10

def Status
  @Status
end

#TransactionIdentifierObject

Returns the value of attribute TransactionIdentifier.



14
15
16
# File 'lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb', line 14

def TransactionIdentifier
  @TransactionIdentifier
end

#TransactionKeyObject

Returns the value of attribute TransactionKey.



3
4
5
# File 'lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb', line 3

def TransactionKey
  @TransactionKey
end

#TransactionKeyToAcquirerObject

Returns the value of attribute TransactionKeyToAcquirer.



4
5
6
# File 'lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb', line 4

def TransactionKeyToAcquirer
  @TransactionKeyToAcquirer
end

#UniqueSequentialNumberObject

Returns the value of attribute UniqueSequentialNumber.



15
16
17
# File 'lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb', line 15

def UniqueSequentialNumber
  @UniqueSequentialNumber
end

#VoidedAmountInCentsObject

Returns the value of attribute VoidedAmountInCents.



18
19
20
# File 'lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb', line 18

def VoidedAmountInCents
  @VoidedAmountInCents
end

#VoidedDateObject

Returns the value of attribute VoidedDate.



23
24
25
# File 'lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb', line 23

def VoidedDate
  @VoidedDate
end