(* Options: Date: 2025-12-14 03:32:47 Version: 8.90 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: http://pcs-ws.worldpay.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: RetrieveLeadData.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace ProductCommunicationSystem.ServiceModel open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] [] type RetrieveLeadData() = member val Communication_GUID:Guid = new Guid() with get,set