FeeItem: { receiver: "PROVIDER" | "CFX" | "CUSTOMER" } & (
| { feeAmount: string; type: "FIXED" }
| { feeBps: string; type: "VARIABLE" }
)
Type Declaration
receiver: "PROVIDER" | "CFX" | "CUSTOMER"
- { feeAmount: string; type: "FIXED" }
feeAmount: string
type: "FIXED"
- { feeBps: string; type: "VARIABLE" }
feeBps: string
type: "VARIABLE"
A single fee line item. Shared between
product_fee_config.config.rules[].valueandproduct_route.fee.