' Options: 'Date: 2025-05-06 16:19:17 'Version: 6.10 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://stubbur-autoupdates-live.smartnewapis.com ' '''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: BorgunTest3DVerificationRequest.* '''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 BorgunRPGData Imports TicketUserServices.ServiceModel Namespace Global Namespace BorgunRPGData Public Partial Class BorgunResValidationRequest Public Overridable Property PaRes As String Public Overridable Property CRes As String Public Overridable Property MD As String End Class Public Partial Class BorgunResValidationResponse Public Overridable Property XId As String Public Overridable Property MdStatus As String Public Overridable Property MdErrorMessage As String Public Overridable Property EnrollmentStatus As String Public Overridable Property AuthenticationStatus As String Public Overridable Property ECI As String Public Overridable Property CAVV As String Public Overridable Property CAVVAlgorithm As String Public Overridable Property PAResVerified As String Public Overridable Property PAResSyntaxOK As String End Class End Namespace Namespace TicketUserServices.ServiceModel Public Partial Class BorgunTest3DVerificationRequest Implements IReturn(Of BorgunTest3DVerificationResponse) Public Overridable Property Request As BorgunResValidationRequest Public Overridable Property ForcedPath As String Public Overridable Property ForcedJSONRequest As String Public Overridable Property SkipBorgunCall As Nullable(Of Boolean) End Class Public Partial Class BorgunTest3DVerificationResponse Public Overridable Property Response As BorgunResValidationResponse Public Overridable Property StatusCode As Integer Public Overridable Property Message As String Public Overridable Property ForcedPath As String Public Overridable Property ForcedJSONRequest As String Public Overridable Property JSONRequest As String Public Overridable Property JSONResponse As String Public Overridable Property RequestPath As String Public Overridable Property RequestSent As String Public Overridable Property RequestReceived As String End Class End Namespace End Namespace