' Options: 'Date: 2025-03-15 05:18:39 'Version: 8.30 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://api.sanctionssearch.com/v2 ' '''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: GetEulaStatus.* '''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 SanctionsSearch.Api2.ServiceModel.Types Imports SanctionsSearch.Api2.ServiceModel.Operations.Base Imports SanctionsSearch.Api2.ServiceModel.Operations.Account Namespace Global Namespace SanctionsSearch.Api2.ServiceModel.Operations.Account Public Partial Class GetEulaStatus Inherits BaseRequest Implements IReturn(Of GetEulaStatusResponse) ''' '''If this is specified, the information will be for the specified sub user, otherwise it will be for the main user account ''' Public Overridable Property SubUserName As String End Class Public Partial Class GetEulaStatusData Inherits BaseResponse Public Overridable Property TermsAndConditions As String Public Overridable Property PrivacyPolicy As String Public Overridable Property AgreeToContact As Boolean Public Overridable Property AgreeToContactInfo As String Public Overridable Property AgreeToContactDate As Nullable(Of Date) Public Overridable Property AgreeToTerms As Boolean Public Overridable Property AgreeToTermsInfo As String Public Overridable Property AgreeToTermsDate As Nullable(Of Date) Public Overridable Property AgreeToDataProtection As Boolean Public Overridable Property AgreeToDataProtectionInfo As String Public Overridable Property AgreeToDataProtectionDate As Nullable(Of Date) End Class Public Partial Class GetEulaStatusResponse Public Overridable Property Data As GetEulaStatusData End Class End Namespace Namespace SanctionsSearch.Api2.ServiceModel.Operations.Base Public Partial Class ArrayOfResponseError Inherits List(Of ResponseError) End Class Public Partial Class BaseRequest Implements IBaseRequest ''' '''The authentication credentials ''' Public Overridable Property Authentication As Authentication End Class Public Partial Class BaseResponse Implements IBaseDataResponse Implements IHasResponseStatus ''' '''The status of the response ''' Public Overridable Property ResponseStatus As ResponseStatus End Class Public Interface IBaseDataResponse Property ResponseStatus As ResponseStatus End Interface Public Interface IBaseRequest Property Authentication As Authentication End Interface Public Interface IHasResponseStatus Property ResponseStatus As ResponseStatus End Interface Public Partial Class ResponseError Public Sub New() Meta = New Dictionary(Of String, String) End Sub Public Overridable Property ErrorCode As String Public Overridable Property FieldName As String Public Overridable Property Message As String Public Overridable Property Meta As Dictionary(Of String, String) End Class Public Partial Class ResponseStatus Public Sub New() Meta = New Dictionary(Of String, String) End Sub Public Overridable Property ErrorCode As String Public Overridable Property Message As String Public Overridable Property StackTrace As String Public Overridable Property Errors As ArrayOfResponseError Public Overridable Property Meta As Dictionary(Of String, String) End Class End Namespace Namespace SanctionsSearch.Api2.ServiceModel.Types Public Partial Class Authentication ''' '''The API User ID provided by us when you signed up to use our API ''' Public Overridable Property ApiUserId As String ''' '''The API User Key provided by us when you signed up to use our API ''' Public Overridable Property ApiUserKey As String End Class End Namespace End Namespace