Class: CreditCardTransactionReportFile
- Inherits:
-
Object
- Object
- CreditCardTransactionReportFile
- Defined in:
- lib/mundipagg/CreditCardTransaction/credit_card_transaction_report_file.rb
Instance Attribute Summary collapse
-
#AcquirerAuthorizationReturnCode ⇒ Object
Returns the value of attribute AcquirerAuthorizationReturnCode.
-
#AcquirerName ⇒ Object
Returns the value of attribute AcquirerName.
-
#AmountInCents ⇒ Object
Returns the value of attribute AmountInCents.
-
#AuthorizationCode ⇒ Object
Returns the value of attribute AuthorizationCode.
-
#AuthorizedAmountInCents ⇒ Object
Returns the value of attribute AuthorizedAmountInCents.
-
#AuthorizedDate ⇒ Object
Returns the value of attribute AuthorizedDate.
-
#CapturedAmountInCents ⇒ Object
Returns the value of attribute CapturedAmountInCents.
-
#CapturedDate ⇒ Object
Returns the value of attribute CapturedDate.
-
#CreditCardBrand ⇒ Object
Returns the value of attribute CreditCardBrand.
-
#CreditCardNumber ⇒ Object
Returns the value of attribute CreditCardNumber.
-
#CreditCardTransactionReference ⇒ Object
Returns the value of attribute CreditCardTransactionReference.
-
#IataAmountInCents ⇒ Object
Returns the value of attribute IataAmountInCents.
-
#InstallmentCount ⇒ Object
Returns the value of attribute InstallmentCount.
-
#LastProbeDate ⇒ Object
Returns the value of attribute LastProbeDate.
-
#Order ⇒ Object
Returns the value of attribute Order.
-
#RefundedAmountInCents ⇒ Object
Returns the value of attribute RefundedAmountInCents.
-
#Status ⇒ Object
Returns the value of attribute Status.
-
#TransactionIdentifier ⇒ Object
Returns the value of attribute TransactionIdentifier.
-
#TransactionKey ⇒ Object
Returns the value of attribute TransactionKey.
-
#TransactionKeyToAcquirer ⇒ Object
Returns the value of attribute TransactionKeyToAcquirer.
-
#UniqueSequentialNumber ⇒ Object
Returns the value of attribute UniqueSequentialNumber.
-
#VoidedAmountInCents ⇒ Object
Returns the value of attribute VoidedAmountInCents.
-
#VoidedDate ⇒ Object
Returns the value of attribute VoidedDate.
Instance Method Summary collapse
-
#initialize ⇒ CreditCardTransactionReportFile
constructor
A new instance of CreditCardTransactionReportFile.
Constructor Details
#initialize ⇒ CreditCardTransactionReportFile
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
#AcquirerAuthorizationReturnCode ⇒ Object
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 |
#AcquirerName ⇒ Object
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 |
#AmountInCents ⇒ Object
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 |
#AuthorizationCode ⇒ Object
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 |
#AuthorizedAmountInCents ⇒ Object
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 |
#AuthorizedDate ⇒ Object
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 |
#CapturedAmountInCents ⇒ Object
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 |
#CapturedDate ⇒ Object
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 |
#CreditCardBrand ⇒ Object
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 |
#CreditCardNumber ⇒ Object
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 |
#CreditCardTransactionReference ⇒ Object
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 |
#IataAmountInCents ⇒ Object
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 |
#InstallmentCount ⇒ Object
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 |
#LastProbeDate ⇒ Object
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 |
#Order ⇒ Object
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 |
#RefundedAmountInCents ⇒ Object
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 |
#Status ⇒ Object
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 |
#TransactionIdentifier ⇒ Object
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 |
#TransactionKey ⇒ Object
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 |
#TransactionKeyToAcquirer ⇒ Object
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 |
#UniqueSequentialNumber ⇒ Object
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 |
#VoidedAmountInCents ⇒ Object
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 |
#VoidedDate ⇒ Object
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 |