(* Options: Date: 2025-09-22 22:29:59 Version: 6.21 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://accounts.dev.healthmonix.com/api/ //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: ValidateCoupon.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Hmx.Accounts.ServiceModels open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type ValidateCouponResonse() = member val IsValid:Boolean = new Boolean() with get,set member val Message:String = null with get,set member val Status:HttpStatusCode = new HttpStatusCode() with get,set [] [] type ValidateCoupon() = interface IReturn member val Code:String = null with get,set