![JAR search and dependency download from the Maven repository](/logo.png)
com.ecwid.apiclient.v3.dto.coupon.result.CouponDeleteResult.kt Maven / Gradle / Ivy
package com.ecwid.apiclient.v3.dto.coupon.result
import com.ecwid.apiclient.v3.dto.common.ApiResultDTO
data class CouponDeleteResult(
val deleteCount: Int = 0
) : ApiResultDTO
© 2015 - 2025 Weber Informatics LLC | Privacy Policy