' Options: 'Date: 2026-05-19 10:58:38 '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: GetPromoterType.* '''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.Sellout.ServiceModel Namespace Global Namespace Richemont.Booster2.PublicApi.Sellout.ServiceModel Public Partial Class GetPromoterType Implements IReturn(Of GetPromoterTypeResponse) End Class Public Partial Class GetPromoterTypeResponse Inherits List(Of PromoterTypeItem) End Class Public Partial Class PromoterTypeItem ''' '''Code of Promoter Type ''' Public Overridable Property code As String ''' '''Description of Promoter Type ''' Public Overridable Property description As String End Class End Namespace End Namespace