Documentation of the CarRentalAgentService

ReservationListRequest.DriverLastName Property

Gets or sets the last name of driver.

public  DriverLastName {get; set;}

Remarks

The DriverLastName 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 DriverLastName beginning with the search-string will be delivered.

See Also

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