' Options: 'Date: 2026-05-19 10:46:15 '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: GetStockSlim.* '''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.Stock.ServiceModel Namespace Global Namespace Richemont.Booster2.PublicApi.Stock.ServiceModel Public Partial Class GetStockSlim Implements IReturn(Of GetStockSlimResponse) Public Sub New() posCodes = New List(Of String) articleCodes = New List(Of String) clusterIds = New List(Of String) End Sub ''' '''Brand ''' Public Overridable Property brand As String ''' '''POS Legacy ''' Public Overridable Property posCodes As List(Of String) ''' '''Article Codes ''' Public Overridable Property articleCodes As List(Of String) ''' '''Cluster Id ''' Public Overridable Property clusterIds As List(Of String) ''' '''Include Extra Info ''' Public Overridable Property includeExtraInfo As Boolean ''' '''Include Consignment NotAuthorized POS ''' Public Overridable Property includeConsignmentNotAuthorizedPOS As Boolean ''' '''Item type, 'standard' OR 'consigned'. By default, all are coming ''' Public Overridable Property type As String End Class Public Partial Class GetStockSlimResponse Public Sub New() elements = New List(Of String) End Sub ''' '''Total Product Count ''' Public Overridable Property totalProductCount As Integer ''' '''Total Consignment Count ''' Public Overridable Property totalConsignmentCount As Integer ''' '''Articles ''' Public Overridable Property elements As List(Of String) End Class End Namespace End Namespace