| Name | Type | Description | Notes |
|---|---|---|---|
| channel | ChannelEnum | The order channel this fee config applies to | [optional] |
| paymentMethod | PaymentMethodEnum | The payment method this fee config applies to | [optional] |
| minOrderAmount | Double | Order amount below which MinFixedFee is charged instead of the percent/fixed calculation | [optional] |
| minFixedFee | Double | Fixed fee charged for orders at or below MinOrderAmount | [optional] |
| percentFee | Double | Percentage fee applied to the order amount | [optional] |
| fixedFee | Double | Fixed fee compared against the percentage fee - the greater of the two is charged | [optional] |
| cap | Double | Maximum fee that can be charged | [optional] |
| Name | Value |
|---|---|
| WEBAPP | "WebApp" |
| INSTORE | "InStore" |
| KIOSK | "Kiosk" |
| Name | Value |
|---|---|
| CASH | "Cash" |
| CARD | "Card" |