/* Options: Date: 2025-05-07 16:49:58 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: StripeDummyIntentRequest.* //ExcludeTypes: //InitializeCollections: True //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.* */ import java.math.* import java.util.* import net.servicestack.client.* @Route(Path="/StripeTest/CreateIntentDummy", Verbs="POST") open class StripeDummyIntentRequest : IReturn { var dummyId:Int? = null companion object { private val responseType = Int::class.java } override fun getResponseType(): Any? = StripeDummyIntentRequest.responseType }