' Options: 'Date: 2025-09-22 22:13:45 'Version: 6.21 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://accounts.dev.healthmonix.com/api/ ' '''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: GetApplication.* '''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 Hmx.Accounts.ServiceModels Namespace Global Namespace Hmx.Accounts.ServiceModels Public Partial Class ApplicationDto Public Overridable Property Id As String Public Overridable Property Name As String Public Overridable Property Token As String Public Overridable Property PurchaseUrl As String Public Overridable Property IsActive As Boolean End Class Public Partial Class GetApplication Implements IReturn(Of ApplicationDto) Public Overridable Property Id As String End Class End Namespace End Namespace