Documentation of the CarRentalAgentService

CancelReservationRequest.EstimatedCancellationFee Property

The total value of the Reservation, that is estimated and therefore expected by the client after performing this CreateReservationV2Request. The value handed over herein is used for tracking differnces between the prices delivered by GetReservation - Method as CancellationFee and CancelReservation - Method.

public  EstimatedCancellationFee {get; set;}

Remarks

This property is optional for the most booking modules. The value handed over herein should be determined by the client from the delivered Value in CancellationFee (from GetReservation - Method) respectively .

See Also

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