Function getInsurancePolicyAddOnsAmount
- getInsurancePolicyAddOnsAmount(
addOns?: (
Pick<AddOn, "type" | "unitPriceWithFee"> & Partial<
Pick<AddOn, "deleted">,
>
)[],
): coreUtils.numbersUtils.BigDecimal Parameters
- addOns: (Pick<AddOn, "type" | "unitPriceWithFee"> & Partial<Pick<AddOn, "deleted">>)[] = []
Sum of add-on prices
Get the total amount of the insurance add-ons.