' Options: 'Date: 2025-05-06 16:59:47 'Version: 6.10 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://stubbur-autoupdates-live.smartnewapis.com ' '''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: FindKSIEventsFromFixtures.* '''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 TicketUserServices.ServiceModel Namespace Global Namespace TicketUserServices.ServiceModel Public Partial Class FindKSIEventsFromFixtures Implements IReturn(Of List(Of EventDetailsAndPrices)) Public Overridable Property PhoneVerificationNumber As String Public Overridable Property DeviceId As String Public Overridable Property MenWomenBoth As String Public Overridable Property HomeAwayBoth As String Public Overridable Property ksiTeamID As String Public Overridable Property ksiCompetitionId As String Public Overridable Property FromDate As Nullable(Of Date) Public Overridable Property ToDate As Nullable(Of Date) Public Overridable Property GetTicketPrices As Nullable(Of Boolean) Public Overridable Property ReturnSoldOutTickets As Nullable(Of Boolean) Public Overridable Property ReturnHiddenEvents As Nullable(Of Boolean) Public Overridable Property OwnerId As Nullable(Of Integer) End Class End Namespace End Namespace