(* Options: Date: 2026-01-01 23:39:17 Version: 8.90 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: http://pcs-ws-test.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