' Options: 'Date: 2025-09-22 22:28:25 '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: GetCoupon.* '''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 CouponDto Public Sub New() ProductDiscounts = New Dictionary(Of String, Decimal) End Sub Public Overridable Property Id As Integer Public Overridable Property Name As String Public Overridable Property Description As String Public Overridable Property EffectiveDate As Date Public Overridable Property DiscountType As String Public Overridable Property ProductDiscounts As Dictionary(Of String, Decimal) End Class Public Partial Class GetCoupon Implements IReturn(Of CouponDto) Public Overridable Property Id As Integer End Class End Namespace End Namespace