Gets or sets the ISO 8601 expiration date and time of this Ticket.
This property is optional for use in each Request and may be handed over as empty string. But it will be delivered within each Response.
Expires specifies the time this ticket expires and becomes invalid. The expiration date will be recalculated for each succesful Request, which effectively means a extension of the validity-timeframe.NoteThis property is a string. Its value is a ISO 8601 formatted date and time string. Depending on your implementation language, you may convert it to a date or datetime type.
The ISO 8601 Date/Time format is specified as follows:
Pattern | Examples |
---|---|
YYYY-MM-DDThh:mm:ss
whereas:
|
|
Ticket Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace