(* Options: Date: 2026-05-19 10:47:24 Version: 8.22 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://dev-api-booster.richemont.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: DeleteEquipmentWarrantyPartner.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Richemont.Booster2.PublicApi.Sellout.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type DeleteEquipmentWarrantyPartnerResponse() = class end [] [] type DeleteEquipmentWarrantyPartner() = interface IReturn /// ///Brand Trigram, e.g. CAR, IWC /// [] member val brand:String = null with get,set /// ///Richemont POS code /// [] member val posCode:String = null with get,set /// ///Cpo sellout Id, e.g a0RbW000000qIyXUAU /// [] member val cpoSelloutId:String = null with get,set