' Options: 'Date: 2025-12-06 07:08:29 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://backoffice-api.brovs.com ' '''GlobalNamespace: BackofficeApi '''MakePartial: True '''MakeVirtual: False '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: GetAllWearPriceProfileRequest.* '''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 BackofficeApi Namespace Global Namespace BackofficeApi Public Partial Class BackofficeWearPriceProfileDto Public Property Label As String Public Property Slug As String Public Property Position As Integer End Class Public Partial Class GetAllWearPriceProfileRequest Implements IReturn(Of GetAllWearPriceProfileResponse) Implements IGet End Class Public Partial Class GetAllWearPriceProfileResponse Public Property WearPriceProfile As List(Of BackofficeWearPriceProfileDto) = New List(Of BackofficeWearPriceProfileDto) End Class End Namespace End Namespace