Function getBookingAddsOnsAmount
- getBookingAddsOnsAmount(
addOns?: (
Pick<AddOn, "quantity" | "unitPriceWithFee"> & Partial<
Pick<AddOn, "deleted">,
>
)[],
): number Parameters
- addOns: (Pick<AddOn, "quantity" | "unitPriceWithFee"> & Partial<Pick<AddOn, "deleted">>)[] = []
Returns number
Sum of add-on prices
Get the total price of the given add-ons - not counting any deleted add-ons