Class: Gateway::CreditCardTransactionReportFile
- Inherits:
-
Object
- Object
- Gateway::CreditCardTransactionReportFile
- Defined in:
- lib/gateway/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.
28 29 30 |
# File 'lib/gateway/CreditCardTransaction/credit_card_transaction_report_file.rb', line 28 def initialize @Order = OrderTransactionReportFile.new end |
Instance Attribute Details
#AcquirerAuthorizationReturnCode ⇒ Object
Returns the value of attribute AcquirerAuthorizationReturnCode.
22 23 24 |
# File 'lib/gateway/CreditCardTransaction/credit_card_transaction_report_file.rb', line 22 def AcquirerAuthorizationReturnCode @AcquirerAuthorizationReturnCode end |
#AcquirerName ⇒ Object
Returns the value of attribute AcquirerName.
11 12 13 |
# File 'lib/gateway/CreditCardTransaction/credit_card_transaction_report_file.rb', line 11 def AcquirerName @AcquirerName end |
#AmountInCents ⇒ Object
Returns the value of attribute AmountInCents.
13 14 15 |
# File 'lib/gateway/CreditCardTransaction/credit_card_transaction_report_file.rb', line 13 def AmountInCents @AmountInCents end |
#AuthorizationCode ⇒ Object
Returns the value of attribute AuthorizationCode.
15 16 17 |
# File 'lib/gateway/CreditCardTransaction/credit_card_transaction_report_file.rb', line 15 def AuthorizationCode @AuthorizationCode end |
#AuthorizedAmountInCents ⇒ Object
Returns the value of attribute AuthorizedAmountInCents.
18 19 20 |
# File 'lib/gateway/CreditCardTransaction/credit_card_transaction_report_file.rb', line 18 def AuthorizedAmountInCents @AuthorizedAmountInCents end |
#AuthorizedDate ⇒ Object
Returns the value of attribute AuthorizedDate.
23 24 25 |
# File 'lib/gateway/CreditCardTransaction/credit_card_transaction_report_file.rb', line 23 def AuthorizedDate @AuthorizedDate end |
#CapturedAmountInCents ⇒ Object
Returns the value of attribute CapturedAmountInCents.
19 20 21 |
# File 'lib/gateway/CreditCardTransaction/credit_card_transaction_report_file.rb', line 19 def CapturedAmountInCents @CapturedAmountInCents end |
#CapturedDate ⇒ Object
Returns the value of attribute CapturedDate.
24 25 26 |
# File 'lib/gateway/CreditCardTransaction/credit_card_transaction_report_file.rb', line 24 def CapturedDate @CapturedDate end |
#CreditCardBrand ⇒ Object
Returns the value of attribute CreditCardBrand.
8 9 10 |
# File 'lib/gateway/CreditCardTransaction/credit_card_transaction_report_file.rb', line 8 def CreditCardBrand @CreditCardBrand end |
#CreditCardNumber ⇒ Object
Returns the value of attribute CreditCardNumber.
9 10 11 |
# File 'lib/gateway/CreditCardTransaction/credit_card_transaction_report_file.rb', line 9 def CreditCardNumber @CreditCardNumber end |
#CreditCardTransactionReference ⇒ Object
Returns the value of attribute CreditCardTransactionReference.
7 8 9 |
# File 'lib/gateway/CreditCardTransaction/credit_card_transaction_report_file.rb', line 7 def CreditCardTransactionReference @CreditCardTransactionReference end |
#IataAmountInCents ⇒ Object
Returns the value of attribute IataAmountInCents.
14 15 16 |
# File 'lib/gateway/CreditCardTransaction/credit_card_transaction_report_file.rb', line 14 def IataAmountInCents @IataAmountInCents end |
#InstallmentCount ⇒ Object
Returns the value of attribute InstallmentCount.
10 11 12 |
# File 'lib/gateway/CreditCardTransaction/credit_card_transaction_report_file.rb', line 10 def InstallmentCount @InstallmentCount end |
#LastProbeDate ⇒ Object
Returns the value of attribute LastProbeDate.
26 27 28 |
# File 'lib/gateway/CreditCardTransaction/credit_card_transaction_report_file.rb', line 26 def LastProbeDate @LastProbeDate end |
#Order ⇒ Object
Returns the value of attribute Order.
4 5 6 |
# File 'lib/gateway/CreditCardTransaction/credit_card_transaction_report_file.rb', line 4 def Order @Order end |
#RefundedAmountInCents ⇒ Object
Returns the value of attribute RefundedAmountInCents.
21 22 23 |
# File 'lib/gateway/CreditCardTransaction/credit_card_transaction_report_file.rb', line 21 def RefundedAmountInCents @RefundedAmountInCents end |
#Status ⇒ Object
Returns the value of attribute Status.
12 13 14 |
# File 'lib/gateway/CreditCardTransaction/credit_card_transaction_report_file.rb', line 12 def Status @Status end |
#TransactionIdentifier ⇒ Object
Returns the value of attribute TransactionIdentifier.
16 17 18 |
# File 'lib/gateway/CreditCardTransaction/credit_card_transaction_report_file.rb', line 16 def TransactionIdentifier @TransactionIdentifier end |
#TransactionKey ⇒ Object
Returns the value of attribute TransactionKey.
5 6 7 |
# File 'lib/gateway/CreditCardTransaction/credit_card_transaction_report_file.rb', line 5 def TransactionKey @TransactionKey end |
#TransactionKeyToAcquirer ⇒ Object
Returns the value of attribute TransactionKeyToAcquirer.
6 7 8 |
# File 'lib/gateway/CreditCardTransaction/credit_card_transaction_report_file.rb', line 6 def TransactionKeyToAcquirer @TransactionKeyToAcquirer end |
#UniqueSequentialNumber ⇒ Object
Returns the value of attribute UniqueSequentialNumber.
17 18 19 |
# File 'lib/gateway/CreditCardTransaction/credit_card_transaction_report_file.rb', line 17 def UniqueSequentialNumber @UniqueSequentialNumber end |
#VoidedAmountInCents ⇒ Object
Returns the value of attribute VoidedAmountInCents.
20 21 22 |
# File 'lib/gateway/CreditCardTransaction/credit_card_transaction_report_file.rb', line 20 def VoidedAmountInCents @VoidedAmountInCents end |
#VoidedDate ⇒ Object
Returns the value of attribute VoidedDate.
25 26 27 |
# File 'lib/gateway/CreditCardTransaction/credit_card_transaction_report_file.rb', line 25 def VoidedDate @VoidedDate end |