/* Options: Date: 2025-04-04 19:12:22 SwiftVersion: 5.0 Version: 5.140 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://api.clubmanagercentral.com //BaseClass: //AddModelExtensions: True //AddServiceStackTypes: True IncludeTypes: PaymentGatewayService.GetAllPublicCreatablePaymentGatewaysForCountryRequest.* //ExcludeTypes: //ExcludeGenericBaseTypes: False //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True //InitializeCollections: True //TreatTypesAsStrings: //DefaultImports: Foundation,ServiceStack */ import Foundation import ServiceStack // @Route("/api/PaymentGateway/GetAllPublicCreatablePaymentGatewaysForCountry", "POST,GET") public class GetAllPublicCreatablePaymentGatewaysForCountryRequest : IReturn, Codable { public typealias Return = [PaymentGateway] public var countryCode:String? required public init(){} }