' Options: 'Date: 2025-12-06 05:30:37 'Version: 8.60 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://affiliation-api-zane.dev.platform.georiot.com ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: GetGroupAffiliateTokensRequest.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports Geniuslink.Affiliation.Contracts Imports AffiliationAPI.ServiceModel.V4.Responses Imports AffiliationAPI.ServiceModel.V4.Requests Namespace Global Namespace AffiliationAPI.ServiceModel.V4.Requests Public Partial Class GetGroupAffiliateTokensRequest Implements IReturn(Of GetGroupAffiliateTokensResponse) Public Overridable Property GroupId As UInt32 Public Overridable Property Username As String End Class End Namespace Namespace AffiliationAPI.ServiceModel.V4.Responses Public Partial Class BaseResponse Public Overridable Property ResponseStatus As ResponseStatus End Class Public Partial Class GetGroupAffiliateTokensResponse Inherits BaseResponse Public Overridable Property AffiliatePrograms As List(Of IAffiliateProgram) End Class End Namespace Namespace Geniuslink.Affiliation.Contracts Public Interface IAffiliateProgram Property ProgramGuid As String Property AffiliateTokens As IDictionary(Of String, String) End Interface End Namespace End Namespace