Documentation of the CarRentalAgentService

BrokerTicketGrantingTicketResponse Class

An instance of this class is returned from CarRentalAgentService interface in return of an BrokerTicketGrantingTicketRequest to obtain a TicketGrantingTicket that can be used to create a broker-style Reservation.

For a list of all members of this type, see BrokerTicketGrantingTicketResponse Members.

System.Object
   AuthenticationResponse
      TicketGrantingTicketResponse
         BrokerTicketGrantingTicketResponse

public class BrokerTicketGrantingTicketResponse : TicketGrantingTicketResponse

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This response contains a TicketGrantingTicket, which is required to perform the authentication procedure against the CarRentalAgentService interface.

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

Assembly: Sunnycars.Schema.Osi.WsReservation.V4 (in Sunnycars.Schema.Osi.WsReservation.V4.dll)

See Also

BrokerTicketGrantingTicketResponse Members | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | TicketGrantingTicket | BrokerTicketGrantingTicketRequest