' Options: 'Date: 2025-11-09 11:07:55 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://s4w2.api.bettor.cc ' '''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: GetGlobalCodePotAccumulation.* '''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 Six4Win Imports Six4Win.WebApi.ServiceModel Imports Six4Win.ReadModel Namespace Global Namespace Six4Win Public Partial Class GCPAccumulation Public Overridable Property Amount As Decimal Public Overridable Property ReserveAmount As Decimal Public Overridable Property Threshold As Decimal Public Overridable Property Cfg As GCPConfiguration End Class Public Partial Class GCPConfiguration Public Overridable Property IsActive As Boolean Public Overridable Property Interval As ThresholdInterval Public Overridable Property Pct As Decimal Public Overridable Property ReservePct As Decimal Public Overridable Property TotalPct As Decimal End Class Public Partial Class ThresholdInterval Public Overridable Property Start As Decimal Public Overridable Property [End] As Decimal End Class End Namespace Namespace Six4Win.ReadModel Public Partial Class GlobalCodePotAccumulations Public Overridable Property Id As String Public Overridable Property Accumulation As GCPAccumulation Public Overridable Property CurrentRoundId As String End Class End Namespace Namespace Six4Win.WebApi.ServiceModel Public Partial Class GetGlobalCodePotAccumulation Implements IReturn(Of GlobalCodePotAccumulations) End Class End Namespace End Namespace