Enum ProcessingFeeKind
Denotes processing fee types, such as: included in amount and surcharged.
Namespace: NFX.Web.Pay
Assembly: NFX.Web.dll
Syntax
public enum ProcessingFeeKind
Fields
Name | Description |
---|---|
IncludedInAmount | Fees are included in amount charged from customers. Net amount = amount charged - fees. |
Surcharged | Fees are added to amount charged from customers. |