' Options: 'Date: 2026-05-19 10:58:11 'Version: 8.22 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://dev-api-booster.richemont.com ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: GetPosGroup.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports Richemont.Booster2.PublicApi.Security.ServiceModel Namespace Global Namespace Richemont.Booster2.PublicApi.Security.ServiceModel Public Partial Class GetPosGroup Implements IReturn(Of GetPosGroupResponse) ''' '''Brand Trigram ''' Public Overridable Property brand As String ''' '''Business Unit Code ''' Public Overridable Property buCode As String End Class Public Partial Class GetPosGroupResponse Inherits List(Of PosGroup) End Class Public Partial Class PosGroup Inherits Scope ''' '''Pos Group code ''' Public Overridable Property posGroupCode As Integer ''' '''Pos Group Description ''' Public Overridable Property posGroupDs As String ''' '''Define if user is authorized to this pos group ''' Public Overridable Property isAuthorized As Boolean End Class Public Partial Class Scope ''' '''Scope Code - combination of BU / Brand ''' Public Overridable Property scopeCode As String ''' '''Business Unit Code ''' Public Overridable Property buCode As String ''' '''Brand Trigram ''' Public Overridable Property brand As String ''' '''Description of the combination ''' Public Overridable Property description As String End Class End Namespace End Namespace