/* Options: Date: 2025-05-06 14:07:30 Version: 6.10 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://stubbur-autoupdates-live.smartnewapis.com //Package: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: EventSeriesOwnerTicketTypeDeleteRequest.* //ExcludeTypes: //InitializeCollections: True //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.* */ import java.math.* import java.util.* import net.servicestack.client.* @Route(Path="/EventSeriesOwnerTicketType/{Id}", Verbs="DELETE") open class EventSeriesOwnerTicketTypeDeleteRequest : IReturn { var id:Int? = null companion object { private val responseType = EventSeriesOwnerTicketTypeDeleteResult::class.java } override fun getResponseType(): Any? = EventSeriesOwnerTicketTypeDeleteRequest.responseType } open class EventSeriesOwnerTicketTypeDeleteResult { var statusCode:Int? = null var message:String? = null }