Documentation of the CarRentalAgentService

ReservationListRequest.DriverFirstName Property

Gets or sets the first name of driver.

public  DriverFirstName {get; set;}

Remarks

The DriverFirstName of all delivered Reservations matches the search-string handed over herein.

The match isn't case-sensitive and performed as wildcard-search, meaning that all Reservations, having a DriverFirstName beginning with the search-string will be delivered.

See Also

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