' Options: 'Date: 2025-04-04 17:33:34 '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: FindPaymentRecurrence.* '''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 FindPaymentRecurrence Inherits QueryDb(Of PaymentRecurrenceInstance) Implements IReturn(Of QueryResponse(Of PaymentRecurrenceInstance)) End Class Public Partial Class PaymentRecurrenceInstance Public Overridable Property PaymentRecurrenceId As Integer Public Overridable Property CheckDate As Date Public Overridable Property NextDate As Date Public Overridable Property EndDate As Nullable(Of Date) Public Overridable Property Amount As Decimal Public Overridable Property Recurrence As Integer Public Overridable Property PaymentType As Integer Public Overridable Property Deleted As Boolean Public Overridable Property MembershipId As Integer Public Overridable Property ChargePerLicense As Boolean Public Overridable Property LastPaymentAmount As Nullable(Of Decimal) Public Overridable Property LastPaymentMethodId As Nullable(Of Integer) Public Overridable Property Disabled As Boolean End Class End Namespace End Namespace