Documentation of the CarRentalAgentService

CreateReservationV2Request.EstimatedReservationValueTotal 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 GetRates - Method and CreateReservationV2 - Method.

public  EstimatedReservationValueTotal {get; set;}

Remarks

This property is optional for the most booking modules. The value handed over herein should be calculated by the client as summation of Value (respectively Value) and Value depending on users selection, of course.

See Also

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