' Options: 'Date: 2025-02-05 15:59:01 'Version: 5.140 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://api.clubmanagercentral.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: FindPaymentGateway.* '''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 ClubManager.Api.Services.Query Namespace Global Namespace ClubManager.Api.Services.Query Public Partial Class FindPaymentGateway Inherits QueryDb(Of PaymentGatewayInstance) Implements IReturn(Of QueryResponse(Of PaymentGatewayInstance)) End Class Public Partial Class PaymentGatewayInstance Public Overridable Property PaymentGatewayId As Integer Public Overridable Property Name As String Public Overridable Property TypeName As String Public Overridable Property Currency As String Public Overridable Property Token As String Public Overridable Property Metadata As String Public Overridable Property GatewayType As Integer Public Overridable Property IsDefault As Boolean Public Overridable Property IsPublic As Boolean Public Overridable Property Deleted As Nullable(Of Date) Public Overridable Property Created As Date Public Overridable Property AccountingStartDate As Date Public Overridable Property BankAccount As String Public Overridable Property AccountingEndDate As Nullable(Of Date) End Class End Namespace End Namespace