Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.14 KB

File metadata and controls

33 lines (24 loc) · 1.14 KB

CreateEndUserFeeConfig

Properties

Name Type Description Notes
channel ChannelEnum The order channel this fee config applies to
paymentMethod PaymentMethodEnum The payment method this fee config applies to
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]

Enum: ChannelEnum

Name Value
WEBAPP "WebApp"
INSTORE "InStore"
KIOSK "Kiosk"

Enum: PaymentMethodEnum

Name Value
CASH "Cash"
CARD "Card"