' Options: 'Date: 2024-11-21 06:46:02 '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: CreateAchSessionRequest.* '''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 CreateAchSession Inherits PaysecureResponseInternal Public Overridable Property SessionId As String Public Overridable Property ErrorCode As String Public Overridable Property ErrorMessage As String Public Overridable Property ExtendedData As ACHExtendedData End Class Public Partial Class CreateAchSessionRequest Implements IReturn(Of CreateAchSession) Public Overridable Property Credentials As RequestorCredentials Public Overridable Property ACHSessionExpiryInMin As Double Public Overridable Property ACHSessionTTL As Double Public Overridable Property ExtendedData As ACHExtendedData End Class End Namespace Namespace Paysecure.ServiceModel.Types Public Partial Class ACHExtendedData Public Overridable Property CashbackAmount As Integer Public Overridable Property ConnectPaySubScriberId As String Public Overridable Property OrganizationId As String Public Overridable Property DeviceFingerPrint As String Public Overridable Property MerchantSessionId As String Public Overridable Property CurrencyCode As String Public Overridable Property PaymentType As String Public Overridable Property VerifyCustomer As Boolean Public Overridable Property CustomerExternalId As String Public Overridable Property Description As String Public Overridable Property CustomerName As String Public Overridable Property AddressLine1 As String Public Overridable Property AddressLine2 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 Public Overridable Property Email As String Public Overridable Property TelephoneNumber As String Public Overridable Property ReturnUrl As String Public Overridable Property CancelUrl As String Public Overridable Property EstablishData As String Public Overridable Property RedirectUrl As String Public Overridable Property RetryAttemptCount As Integer Public Overridable Property SignatureHashVersion As String Public Overridable Property DeadlineHashDate As Nullable(Of Date) End Class 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