(* Options: Date: 2026-05-19 10:52:18 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: DeleteEquipmentWarranty.* //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 DeleteEquipmentWarrantyResponse() = member val success:Boolean = new Boolean() with get,set member val statuscode:HttpStatusCode = new HttpStatusCode() with get,set member val message:String = null with get,set [] [] type DeleteEquipmentWarranty() = interface IReturn /// ///Brand Trigram, e.g. CAR, IWC; compulsory only if articleCode is not provided /// [] member val brand:String = null with get,set /// ///Richemont POS code /// [] member val posCode:String = null with get,set /// ///EquipmentNumber /// [] member val equipmentNr:String = null with get,set /// ///WarrantyType /// [] member val warrantyType:String = null with get,set