Documentation of the CarRentalAgentService

Reservation.CancellationFee Property

Gets or sets the price that has to be paid for an immediate cancellation of this Reservation. If InsuranceFlag is "True", the CancellationFee equals the value of RateCancellationCoverFee as calculated in booking process.

public  CancellationFee {get; set;}

Remarks

Cancellations done on the day of booking are for free always(up to now), therefore a CancellationFee of '0' is not an error, but a suitable value.

See Also

Reservation Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace