(* Options: Date: 2026-05-19 09:51:45 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: GetSelloutFormConfigurations.* //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 GetSelloutFormConfigurationsResponse() = /// ///Requirement for sales representative field, e.g. M, V, N /// [] member val salesRep:String = null with get,set /// ///Allow consignment transfer during sellout, e.g. M, V, N /// [] member val allowConsignmentTransfer:String = null with get,set /// ///Invoice Number will be generated automatically during sellout, e.g. M, V, N /// [] member val automaticInvoiceNumber:String = null with get,set /// ///Allow consignment sellout return is stock, e.g. V, N /// [] member val allowConsignmentReturnInStock:String = null with get,set /// ///Allow declare sellout and extend the warranty of certified pre-owned items, e.g. V, N /// [] member val cpoSaleDeclaration:String = null with get,set [] [] type GetSelloutFormConfigurations() = interface IReturn /// ///Brand Triagram, e.g. CAR, IWC, VAC /// [] member val brand:String = null with get,set /// ///Point of Sale Code, e.g. ES100:102048 /// [] member val posCode:String = null with get,set