TransactionType EnumerationNFX Class Library

[This is preliminary documentation and is subject to change.]

Denotes transaction types, such as: charges, refunds, transfers

Namespace: NFX.Web.Pay
Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public enum TransactionType
Members

  Member nameValueDescription
Charge0 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)
Transfer1 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)
See Also