' Options: 'Date: 2025-07-18 01:42:44 'Version: 6.40 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://hcbtas-q-albamfs-api.azurewebsites.net ' '''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: UserConsentPostReq.* '''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 System.IO Imports TasSyd.Model.Base Imports AlbaMfs.Common.Models.PresentationLayer Imports AlbaApi.ServiceModel Imports AlbaApi.Model Namespace Global Namespace AlbaApi.Model Public Partial Class Consent Inherits Entity Public Sub New() Consents = New Dictionary(Of String, Boolean) End Sub Public Overridable Property ConsentDefinitionId As String Public Overridable Property Consents As Dictionary(Of String, Boolean) Public Overridable Property ConsentedDate As Date Public Overridable Property Lang As String Public Overridable Property Consented As Boolean Public Overridable Property Expired As Boolean End Class End Namespace Namespace AlbaApi.ServiceModel Public Partial Class UserConsentPostReq Implements IReturn(Of Consent) Public Overridable Property UserId As String Public Overridable Property Consent As Consent End Class End Namespace Namespace AlbaMfs.Common.Models.PresentationLayer Public Partial Class Entity Public Overridable Property LogoUri As String Public Overridable Property Name As String Public Overridable Property ContactDetails As ContactDetails End Class End Namespace Namespace TasSyd.Model.Base Public Partial Class Entity Implements IEntity Public Overridable Property Id As String End Class End Namespace End Namespace