' Options: 'Date: 2026-05-19 10:51:37 '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: CreateEquipmentWarranty.* '''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 CreateEquipmentWarranty Implements IReturn(Of CreateEquipmentWarrantyResponse) ''' '''Brand Trigram, e.g. CAR, IWC; compulsory only if articleCode is not provided ''' Public Overridable Property brand As String ''' '''Richemont POS code ''' Public Overridable Property posCode As String ''' '''Equipment ''' Public Overridable Property equipment As String ''' '''Warranty type ''' Public Overridable Property warrantyType As String ''' '''Date of the warranty start date e.g. 2025-06-01 ''' Public Overridable Property warrantyStartDate As Date End Class Public Partial Class CreateEquipmentWarrantyResponse ''' '''Equipment number ''' Public Overridable Property equipment As String ''' '''Warranty type ''' Public Overridable Property warrantyType As String ''' '''Master warranty ''' Public Overridable Property masterWarranty As String ''' '''Warranty start date ''' Public Overridable Property warrantyStartDate As String ''' '''Warranty end date ''' Public Overridable Property warrantyEndDate As String ''' '''Warranty creation date ''' Public Overridable Property warrantyCreationDate As String ''' '''Warranty creation time ''' Public Overridable Property warrantyCreationTime As String ''' '''Object number (ERP) ''' Public Overridable Property objectNumber As String End Class End Namespace End Namespace