Enum TransactionType
Denotes transaction types, such as: charges, refunds, transfers
Namespace: NFX.Web.Pay
Assembly: NFX.Web.dll
Syntax
public enum TransactionType
  Fields
| Name | Description | 
|---|---|
| Charge | Customer paid for some service (i.e. bought some product). Funds got withdrawn from customer account (i.e. credit card) into another account (i.e. system account)  | 
      
| Transfer | Funds were transfered between accounts. This mode is usually used to transfer funds between system-internal accounts (i.e. from sales GL account to bank account)  |