' Options: 'Date: 2026-05-19 10:46:53 '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: PatchSellout.* '''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 PatchSellout Implements IReturn(Of PatchSelloutResponse) Public Sub New() saleRepresentativeEmails = New List(Of String) End Sub ''' '''Unique Identifier of the Sell-out item created in Booster ''' Public Overridable Property saleId As Integer ''' '''Emails of Sale Representatives ''' Public Overridable Property saleRepresentativeEmails As List(Of String) ''' '''Promoter Type ID ''' Public Overridable Property promoterTypeId As String End Class Public Partial Class PatchSelloutResponse End Class End Namespace End Namespace