Documentation of the CarRentalAgentService

Ticket Constructor 

Initializes a new instance of the Ticket class.

public Ticket();

Remarks

This class is part and parcel of the CarRentalAgentService since no function can be used without a Ticket/Token, except the Authentication methods. Therefore each Request and Response has an object of this type embedded.

A new instance of this class is returned in the TicketResponse-object of GetTicket - Method
.

See Also

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