(* Options: Date: 2024-09-19 17:36:38 Version: 8.22 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://support.bettor-dual-stage.webhop.biz //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: SendNotification.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Support.WebApi.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] [] type SendNotification() = interface IReturn member val SenderId:String = null with get,set member val DisplayName:String = null with get,set member val Destination:String = null with get,set member val Payload:Dictionary = new Dictionary() with get,set