Preline Refunds and Cancellations: A Comprehensive Guide
Priceline is a popular online travel agency that offers a wide range of services, including flights, hotels, rental cars, and vacation packages. But what happens if you need to cancel a booking? In this article, we will take an in-depth look at Preline's refund and cancellation policies, covering key concepts and providing detailed context on the topic. We will include subtitles, paragraphs, code blocks, and an unordered list of references at the end of the article.
Cancellation Coverage
Preline offers a Cancellation Coverage program for flights, hotels, and rental cars, which allows you to cancel your booking for a full refund within 24 hours of making it.
If (booking.type === "flight" || booking.type === "hotel" || booking.type === "rental car") {
if (booking.cancellationCoverage === true && booking.hoursSinceBooking <= 24) {
return "Full refund";
}
}
This Cancellation Coverage is available for all bookings made through Preline, and it applies to both non-refundable and refundable reservations. However, it's important to note that Cancellation Coverage is not available for certain special deals or promotions.
Flight Cancellations
For flights, Preline's refund and cancellation policies vary depending on the airline and the fare rules of your ticket. Some airlines offer a full refund for cancellations made within 24 hours of booking, while others may charge a cancellation fee or allow you to change your flight for a fee.
if (booking.type === "flight") {
if (booking.hoursSinceBooking <= 24) {
if (airline.refundPolicy === "full refund") {
return "Full refund";
} else if (airline.refundPolicy === "change fee") {
return "Change fee";
} else if (airline.refundPolicy === "cancellation fee") {
return "Cancellation fee";
}
}
}
It's important to check the specific fare rules for your ticket when making a flight booking on Preline. These rules will outline the airline's refund and cancellation policies, including any fees that may apply.
Hotel Cancellations
For hotel bookings, Preline's refund and cancellation policies vary depending on the hotel's policy. Some hotels offer a full refund for cancellations made within a certain number of days before check-in, while others may charge a cancellation fee or allow you to change your reservation for a fee.
if (booking.type === "hotel") {
if (hotel.cancellationPolicy.daysBeforeCheckIn > booking.daysSinceBooking) {
return "Full refund";
} else if (hotel.cancellationPolicy.changeFee > 0) {
return "Change fee";
} else if (hotel.cancellationPolicy.cancellationFee > 0) {
return "Cancellation fee";
}
}
It's important to check the specific cancellation policy for your hotel when making a booking on Preline. This policy will outline the hotel's refund and cancellation policies, including any fees that may apply.
Rental Car Cancellations
For rental car bookings, Preline's refund and cancellation policies vary depending on the rental car company's policy. Some rental car companies offer a full refund for cancellations made within a certain number of days before the pick-up date, while others may charge a cancellation fee.
if (booking.type === "rental car") {
if (rentalCar.cancellationPolicy.daysBeforePickUp > booking.daysSinceBooking) {
return "Full refund";
} else if (rentalCar.cancellationPolicy.cancellationFee > 0) {
return "Cancellation fee";
}
}
It's important to check the specific cancellation policy for your rental car company when making a booking on Preline. This policy will outline the rental car company's refund and cancellation policies, including any fees that may apply.
- Preline offers Cancellation Coverage for flights, hotels, and rental cars, which allows you to cancel your booking for a full refund within 24 hours of making it.
- Refund and cancellation policies for flights, hotels, and rental cars vary depending on the airline, hotel, or rental car company's policy.
- It's important to check the specific fare rules, cancellation policy, or cancellation fee for your booking when making a reservation on Preline.
References
- Cancel a flight reservation
- Cancel a hotel reservation
- Cancel a car rental reservation
- Preline. (2021). Cancellation Coverage. Retrieved from https://www.priceline.com/help/article/Cancellation-coverage