' Options: 'Date: 2025-05-05 21:22:38 'Version: 8.61 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://prod-api-auth-mb-dhc.rapp-customers.co.uk ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: SessionTimeLeftRequest.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports Mercedes.Auth.API.ServiceModel.UserSession Namespace Global Namespace Mercedes.Auth.API.ServiceModel.UserSession Public Partial Class SessionTimeLeftRequest Implements IReturn(Of SessionTimeLeftResponse) Implements IPost End Class Public Partial Class SessionTimeLeftResponse Public Overridable Property UserTokenLastModifiedDate As String Public Overridable Property SessionTimeLeft As Integer Public Overridable Property SessionPreTimeOut As Integer Public Overridable Property TokenExpired As Boolean Public Overridable Property IsAuthenticated As Boolean Public Overridable Property IsOrderManagementEnabled As Boolean Public Overridable Property UserRoleId As List(Of Integer) End Class End Namespace End Namespace