TSYSHCBatchDetailResult Type
A collection of basic transaction details within the batch.
Remarks
This type contains the results of a batch details transaction retrieved when calling GetDetails.
The fields contained by this type are listed below.
Fields
| |
CardLast4 String |
The last four (4) digits of the customer card number.
|
CardType String |
The type of card sent in the authorization request.
Possible values are:
- CHECK
- VISA
- MASTERCARD
- AMEX
- DISCOVER
- JCB
- PRIVATE LABEL
- GIFT CARD
- DEBIT
- EBT
|
RetrievalNumber String |
The Retrieval Reference Number from the transaction.
|
SettlementAmount String |
This field contains the final settlement amount of the transaction.
The decimal is implied.
|
TransactionAmount String |
The Transaction Amount from the transaction.
|
TransactionType AuthTransactionTypes |
The original authorization transaction type.
This field provides you with the transaction type of the original authorization request
(regardless of any adjustments, voids, or reversals performed).
Possible values are:
| | Value | Description | atUnknown (0) | The original transaction type could not be determined. | atSale (1) | The original transaction was a sale. | atCredit (2) | The original transaction was a credit. | atForce (3) | The original transaction was an offline authorization. |
|
TransactionNumber Integer |
This is the Transaction Original Number (TON) from the transaction.
|
Constructors
[VB.NET]
Public TSYSHCBatchDetailResult()
[C#]
public TSYSHCBatchDetailResult();