' Options: 'Date: 2024-09-19 17:43:33 'Version: 8.22 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://support.bettor-dual-stage.webhop.biz ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: SendNotification.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports Support.WebApi.ServiceModel Namespace Global Namespace Support.WebApi.ServiceModel Public Partial Class SendNotification Implements IReturn(Of ResponseStatus) Public Sub New() Payload = New Dictionary(Of String, Object) End Sub Public Overridable Property SenderId As String Public Overridable Property DisplayName As String Public Overridable Property Destination As String Public Overridable Property Payload As Dictionary(Of String, Object) End Class End Namespace End Namespace