' Options: 'Date: 2024-11-14 01:24:47 '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: ClientTokenizeACHRequest.* '''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 ClientTokenizeACH Inherits PaysecureResponseInternal Public Overridable Property SessionToken As String Public Overridable Property ResponseCode As String Public Overridable Property ErrorMessage As String Public Overridable Property ErrorCode As String End Class Public Partial Class ClientTokenizeACHRequest Implements IReturn(Of ClientTokenizeACH) Public Overridable Property Version As String Public Overridable Property KeyId As String Public Overridable Property FirstName As String Public Overridable Property LastName As String Public Overridable Property Email As String Public Overridable Property PhoneType As String Public Overridable Property PhoneNumber As String Public Overridable Property RoutingNumber As String Public Overridable Property EncryptedAccountNumber As String Public Overridable Property BillingDetails As BillingDescriptor Public Overridable Property VerifyACH As Boolean End Class End Namespace Namespace Paysecure.ServiceModel.Types Public Partial Class BillingDescriptor Public Overridable Property Address As String Public Overridable Property City As String Public Overridable Property State As String Public Overridable Property Zip As String Public Overridable Property Country As String End Class Public Partial Class InOutTimes End Class Public Partial Class PaysecureResponseInternal Public Overridable Property Timestamps As RequestTimestamps 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