ProcessingFeeKind EnumerationNFX Class Library

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

Denotes processing fee types, such as: included in amount and surcharged.

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

public enum ProcessingFeeKind
Members

  Member nameValueDescription
IncludedInAmount0 Fees are included in amount charged from customers. Net amount = amount charged - fees.
Surcharged1 Fees are added to amount charged from customers.
See Also