interface SummaryPricingData {
    addOnsTotal: number;
    discountTotal: number;
    insurancePrice: number;
    travelersQuantity: number;
    tripPrice: number;
}

Properties

addOnsTotal: number
discountTotal: number
insurancePrice: number
travelersQuantity: number
tripPrice: number