' Options: 'Date: 2026-05-19 09:53:46 '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: ReadEquipmentWarrantyPartner.* '''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 ReadEquipmentWarrantyPartner Implements IReturn(Of ReadEquipmentWarrantyPartnerResponse) ''' '''Brand Trigram, e.g. CAR, IWC ''' Public Overridable Property brand As String ''' '''Richemont POS code, e.g. 102048 ''' Public Overridable Property posCode As String ''' '''Cpo sellout Id, e.g a0RbW000000qIyXUAU ''' Public Overridable Property cpoSelloutId As String End Class Public Partial Class ReadEquipmentWarrantyPartnerResponse Public Sub New() readCpoSelloutResponseItems = New List(Of ReadEquipmentWarrantyPartnerResponseItem) End Sub ''' '''Maison ''' Public Overridable Property maison As String ''' '''Cpo sellout id ''' Public Overridable Property cpoSelloutId As String ''' '''pos ''' Public Overridable Property pos As String ''' '''Sellout date ''' Public Overridable Property selloutDate As Nullable(Of Date) ''' '''Sellout status ''' Public Overridable Property selloutStatus As String ''' '''Sold by ''' Public Overridable Property soldBy As String ''' '''Cpo sellout items ''' Public Overridable Property readCpoSelloutResponseItems As List(Of ReadEquipmentWarrantyPartnerResponseItem) End Class Public Partial Class ReadEquipmentWarrantyPartnerResponseItem ''' '''Product name ''' Public Overridable Property productName As String ''' '''Product description ''' Public Overridable Property productDescription As String ''' '''Product reference ''' Public Overridable Property reference As String ''' '''Product serial number ''' Public Overridable Property serialNumber As String ''' '''Quantity ''' Public Overridable Property quantity As Nullable(Of Single) ''' '''Status ''' Public Overridable Property status As String ''' '''Return reason ''' Public Overridable Property returnReason As String ''' '''Additional notes ''' Public Overridable Property additionalNotes As String ''' '''Warranty end date ''' Public Overridable Property warrantyEndDate As Nullable(Of Date) End Class End Namespace End Namespace