Files
alrahma_sunday_school_api/apps/api/dist/modules/reservations/reservation.pricing.service.d.ts
T
2026-06-11 03:22:12 -04:00

4 lines
475 B
TypeScript

export { applyPricingRules } from '../../services/pricingRuleService';
export declare function calculateUpdatedInsuranceCharge(chargeType: 'PER_DAY' | 'PER_RENTAL' | 'PERCENTAGE_OF_RENTAL', chargeValue: number, totalDays: number, baseRentalAmount: number): number;
export declare function calculateUpdatedAdditionalDriverCharge(chargeType: 'PER_DAY' | 'FLAT' | 'FREE', chargeValue: number, totalDays: number): number;
//# sourceMappingURL=reservation.pricing.service.d.ts.map