[This is preliminary documentation and is subject to change.]
Denotes transaction types, such as: charges, refunds, transfers
Namespace: NFX.Web.PayAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Charge | 0 | 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 | 1 | 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