/* Options: Date: 2025-04-04 19:05:25 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: PaymentMethodService.GetPaymentsByGatewayForProcessingRequest.* //ExcludeTypes: //ExcludeGenericBaseTypes: False //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True //InitializeCollections: True //TreatTypesAsStrings: //DefaultImports: Foundation,ServiceStack */ import Foundation import ServiceStack // @Route("/api/PaymentMethod/GetPaymentsByGatewayForProcessing", "POST,GET") public class GetPaymentsByGatewayForProcessingRequest : IReturn, Codable { public typealias Return = [PaymentGatewaySubmission] public var isSandbox:Bool? public var endDate:Date? required public init(){} }