Enum TransactionType
Transaction types
Namespace: Westpay.Epas
Assembly: EpasClientLibrary.dll
Syntax
public enum TransactionType
Fields
| Name | Description |
|---|---|
| CashAdvance | Cash advance transaction |
| Purchase | Purchase transaction, with or without cashback. |
| PurchaseReversal | Reversal of a purchase transaction |
| Refund | Refund / return transaction |
| RefundReversal | Reversal of a refund transaction |
| Unknown | It is possible that a future update of the payment application on the terminal could result in an unrecognised transaction type, in which case Unknown will be indicated. |