Documentation of the CarRentalAgentService

TicketGrantingTicket Members

TicketGrantingTicket overview

Public Instance Constructors

TicketGrantingTicket Constructor Initializes a new instance of the TicketGrantingTicket class.

Public Instance Properties

Expires Gets or sets the ISO 8601 expiration time of this TicketGrantingTicket.
ExpiresDateTime Gets or sets the creation time of this TicketGrantingTicket as DateTime value. Attention: This Property isn't available at client-side because it's not serialized in XML.
Secret Gets or sets the secret of this TicketGrantingTicket.
Timestamp Gets or sets the ISO 8601 creation time of this TicketGrantingTicket.
TimestampDateTime Gets or sets the creation time of this TicketGrantingTicket as DateTime value. Attention: This Property isn't available at client-side because it's not serialized in XML.
Token Gets or sets the security token of this TicketGrantingTicket.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

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