' Options: 'Date: 2025-05-05 13:04:10 '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: Authorisation.* '''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 Namespace Global Namespace Mercedes.Auth.API.ServiceModel Public Partial Class Authorisation Implements IReturn(Of AuthorisationResponse) Public Overridable Property GasUserId As String Public Overridable Property ApplicationDotRole As List(Of String) Public Overridable Property GEMSOutletId As List(Of String) Public Overridable Property Application As String End Class Public Partial Class AuthorisationResponse Public Overridable Property status As String Public Overridable Property GasUserId As String Public Overridable Property Application As String Public Overridable Property Roles As List(Of String) Public Overridable Property GSSNRetailerIds As List(Of String) Public Overridable Property DefaultGSSNRetailerId As String Public Overridable Property DefaultVehicleType As String Public Overridable Property DefaultRole As String Public Overridable Property DefaultRoleCount As Integer End Class End Namespace End Namespace