' Options: 'Date: 2025-01-31 19:57:07 'Version: 6.10 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://api.paysecure.acculynk.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: PSBINCheckForTokenRequest.* '''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 Paysecure.ServiceModel.Types Imports Paysecure.ServiceModel Namespace Global Namespace Paysecure.ServiceModel Public Partial Class PSBINCheckForToken Inherits PaysecureResponseInternal Public Overridable Property Token As String Public Overridable Property BIN As String Public Overridable Property InternetPinDebit As Boolean Public Overridable Property EcomEBTSNAP As Boolean Public Overridable Property EcomEBTCash As Boolean Public Overridable Property POSFlag As Boolean Public Overridable Property PinlessEcommerce As Boolean Public Overridable Property PinlessBillPay As Boolean Public Overridable Property OnDemandPaymentCredit As Boolean Public Overridable Property OnDemandPaymentDebit As Boolean Public Overridable Property PinlessA2ACredit As Boolean Public Overridable Property PinlessA2ADebit As Boolean Public Overridable Property PinlessPrePaidLoad As Boolean Public Overridable Property DualMessage As Boolean Public Overridable Property Recurring As Boolean Public Overridable Property CardVerify As Boolean Public Overridable Property POSPinlessDualMessageFlag As Boolean Public Overridable Property OTP As Boolean Public Overridable Property FastFunds As String Public Overridable Property ErrorMessage As String Public Overridable Property ErrorCode As String Public Overridable Property IncrementalAuth As Boolean Public Overridable Property WIC As Boolean End Class Public Partial Class PSBINCheckForTokenRequest Implements IReturn(Of PSBINCheckForToken) Public Overridable Property Credentials As RequestorCredentials Public Overridable Property Token As String End Class End Namespace Namespace Paysecure.ServiceModel.Types Public Partial Class InOutTimes End Class Public Partial Class PaysecureResponseInternal Public Overridable Property Timestamps As RequestTimestamps End Class Public Partial Class RequestorCredentials Public Overridable Property MerchantId As String Public Overridable Property UserName As String Public Overridable Property Password As String Public Overridable Property Version As String End Class Public Partial Class RequestTimestamps Public Overridable Property AppLayer As InOutTimes Public Overridable Property ParentLookup As InOutTimes Public Overridable Property RetryLookup As InOutTimes Public Overridable Property GetCardData As InOutTimes Public Overridable Property CardTokenize As InOutTimes Public Overridable Property CardEncrypt As InOutTimes Public Overridable Property DBInsert As InOutTimes Public Overridable Property BackendProcess As InOutTimes Public Overridable Property DBUpdate As InOutTimes Public Overridable Property ParentUpdate As InOutTimes Public Overridable Property Network As InOutTimes End Class End Namespace End Namespace