/* Options: Date: 2025-11-09 11:18:11 SwiftVersion: 6.0 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://s4w2.api.bettor.cc //BaseClass: //AddModelExtensions: True //AddServiceStackTypes: True //MakePropertiesOptional: True IncludeTypes: GetConfiguredRTP.* //ExcludeTypes: //ExcludeGenericBaseTypes: False //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True //InitializeCollections: False //TreatTypesAsStrings: //DefaultImports: Foundation,ServiceStack */ import Foundation import ServiceStack // @Route("/qry/rtp/configured") public class GetConfiguredRTP : IReturn, Codable { public typealias Return = RTPResponse required public init(){} } public class RTPResponse : Codable { public var totalRTP:Double? public var mainGame:Double? public var superWin:Double? public var globalCodePot:Double? public var localCodePot:Double? required public init(){} }