Class: Gateway::CreditCardTransactionReportFile

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCreditCardTransactionReportFile

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

#AcquirerAuthorizationReturnCodeObject

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

#AcquirerNameObject

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

#AmountInCentsObject

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

#AuthorizationCodeObject

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

#AuthorizedAmountInCentsObject

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

#AuthorizedDateObject

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

#CapturedAmountInCentsObject

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

#CapturedDateObject

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

#CreditCardBrandObject

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

#CreditCardNumberObject

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

#CreditCardTransactionReferenceObject

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

#IataAmountInCentsObject

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

#InstallmentCountObject

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

#LastProbeDateObject

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

#OrderObject

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

#RefundedAmountInCentsObject

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

#StatusObject

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

#TransactionIdentifierObject

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

#TransactionKeyObject

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

#TransactionKeyToAcquirerObject

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

#UniqueSequentialNumberObject

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

#VoidedAmountInCentsObject

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

#VoidedDateObject

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