' Options: 'Date: 2026-05-09 17:13:13 'Version: 6.110 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://ws4.fibudata.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: EtsyGetAuthLinkRequest.* '''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 FIBUdataServiceStack.ServiceModel.Messages Namespace Global Namespace FIBUdataServiceStack.ServiceModel.Messages Public Partial Class EtsyGetAuthLinkRequest Implements IReturn(Of EtsyGetAuthLinkResponse) Public Overridable Property OAUTH_CONSUMER_KEY As String Public Overridable Property OAUTH_CONSUMER_SECRET As String Public Overridable Property oauth_token As String Public Overridable Property oauth_verifier As String Public Overridable Property bankindex As Long End Class Public Partial Class EtsyGetAuthLinkResponse Public Overridable Property EtsyAuthorizationLink As String Public Overridable Property error As String Public Overridable Property request_token As String Public Overridable Property Token As String Public Overridable Property TokenSecret As String End Class End Namespace End Namespace