Enum FeeType
- Namespace
- Dynamicweb.Ecommerce.Orders
- Assembly
- Dynamicweb.Ecommerce.dll
Defines how a the amount of a fee on a orderline is calculated.
public enum FeeType
Fields
Fixed = 0
The fee is a fixed amount. eg. $100 or kr. 34
Percent = 1
The fee is a percentage of the total price of the order.