Documentation of the CarRentalAgentService

Reservation.ValueTotal Property

Gets or sets the total value of this Reservation, which should be treated as "The price to be paid".

public  ValueTotal {get; set;}

Remarks

The value is the "The price to be paid" and therefore calculated as "BaseValue - CustomerDiscountValue + InsuranceValue = ValueTotal". The outcome includes the sales tax(VAT), the customers discount if available and the insurance if booked (InsuranceFlag).

See Also

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