(* Options: Date: 2026-05-19 09:52:15 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: GetPromoterType.* //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 PromoterTypeItem() = /// ///Code of Promoter Type /// [] member val code:String = null with get,set /// ///Description of Promoter Type /// [] member val description:String = null with get,set [] type GetPromoterTypeResponse() = inherit ResizeArray() [] [] type GetPromoterType() = interface IReturn