/* Options: Date: 2025-10-28 01:12:07 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://duengageapi.uat.scadsoftware.com //Package: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: StripePaymentRecordSuccess.* //ExcludeTypes: //InitializeCollections: False //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,java.io.InputStream,net.servicestack.client.* */ import java.math.* import java.util.* import java.io.InputStream import net.servicestack.client.* @Route(Path="/campaign/payment/success", Verbs="PUT POST") open class StripePaymentRecordSuccess : IReturn { open var CommsGuid:UUID? = null open var PaymentRequestGuid:UUID? = null companion object { private val responseType = Boolean::class.java } override fun getResponseType(): Any? = StripePaymentRecordSuccess.responseType }