Documentation of the CarRentalAgentService

RateUpsellInformation.DailyPriceRegular Property

Gets or sets the minimum dayly price for this VehicleUpsellRate without taking PromotionCodes or Special Offers into account.

public  DailyPriceRegular {get; set;}

Remarks

The price herein is the basic price per day, that normally has to be paid by a customer. That is not the final price, its just delivered to allow 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 the corresponding VehicleUpsellRate.

The final price of the offer is delivered in the Value-Property of the corresponding VehicleUpsellRate.

See Also

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