' Options: 'Date: 2026-05-19 10:46:06 '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: GetSelloutFormConfigurations.* '''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 GetSelloutFormConfigurations Implements IReturn(Of GetSelloutFormConfigurationsResponse) ''' '''Brand Triagram, e.g. CAR, IWC, VAC ''' Public Overridable Property brand As String ''' '''Point of Sale Code, e.g. ES100:102048 ''' Public Overridable Property posCode As String End Class Public Partial Class GetSelloutFormConfigurationsResponse ''' '''Requirement for sales representative field, e.g. M, V, N ''' Public Overridable Property salesRep As String ''' '''Allow consignment transfer during sellout, e.g. M, V, N ''' Public Overridable Property allowConsignmentTransfer As String ''' '''Invoice Number will be generated automatically during sellout, e.g. M, V, N ''' Public Overridable Property automaticInvoiceNumber As String ''' '''Allow consignment sellout return is stock, e.g. V, N ''' Public Overridable Property allowConsignmentReturnInStock As String ''' '''Allow declare sellout and extend the warranty of certified pre-owned items, e.g. V, N ''' Public Overridable Property cpoSaleDeclaration As String End Class End Namespace End Namespace