Documentation of the CarRentalAgentService

Rate.BaseValue Property

Gets or sets the base value of this Rate.

public  BaseValue {get; set;}

Remarks

The price herein is the basic price, that normally has to be paid by a customer. That is not the final price, its just delivered to enable your booking module to show a benefit to the user if some special offers exsist, a customer related discount is granted for the operator or a promotion code was used. Therefore this property gets filled only if there is a difference between the basic price and the final price for this Rate.

The final price of the offer is delivered in the Value-Property of this Rate.

See Also

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