' Options: 'Date: 2025-10-28 04:14:25 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://duengageapi.uat.scadsoftware.com ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: PaymentPlansLookup.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports System.Net Imports System.Net.Http.Headers Imports digitaluapi.ServiceModel Namespace Global Namespace digitaluapi.ServiceModel Public Partial Class PaymentPlansLookup Implements IReturn(Of IEnumerable(Of PaymentPlansLookupResponse)) Public Overridable Property TenantsId As Integer Public Overridable Property ActionsId As Long Public Overridable Property [Date] As Date Public Overridable Property MaxMonths As Integer Public Overridable Property DiscountAmount As Double Public Overridable Property DiscountCurrenciesId As Integer Public Overridable Property StatusCodesId As Long End Class End Namespace End Namespace