' Options: 'Date: 2026-05-19 04:44:41 'Version: 6.10 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://stubbur-app.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: PayTopupWith3DSecureRequest.* '''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 TicketUserServices.ServiceModel Namespace Global Namespace TicketUserServices.ServiceModel Public Partial Class PayTopupWith3DSecureRequest Implements IReturn(Of PayTopupWith3DSecureResult) Public Overridable Property SessionToken As String Public Overridable Property BorgunCardToken As String Public Overridable Property BorgunMpiToken As String Public Overridable Property AmountMinor As Integer Public Overridable Property Currency As String Public Overridable Property PaymentPhoneNumber As String End Class Public Partial Class PayTopupWith3DSecureResult Public Overridable Property Ok As Boolean Public Overridable Property StatusCode As Integer Public Overridable Property Code As String Public Overridable Property Message As String Public Overridable Property TransferLogId As Nullable(Of Integer) Public Overridable Property Status As String Public Overridable Property NewTicketTokenId As String Public Overridable Property PaymentReference As String Public Overridable Property AuthCode As String Public Overridable Property LastFourDigits As String Public Overridable Property AmountIsk As Nullable(Of Decimal) End Class End Namespace End Namespace