We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eff249 commit 77bfebaCopy full SHA for 77bfeba
src/main/kotlin/com/ecwid/apiclient/v3/dto/productreview/request/ProductReviewCountersUpdate.kt
@@ -1,8 +1,9 @@
1
package com.ecwid.apiclient.v3.dto.productreview.request
2
3
+import com.ecwid.apiclient.v3.dto.common.ApiRequestDTO
4
import com.ecwid.apiclient.v3.dto.productreview.enums.ProductReviewStatus
5
6
data class ProductReviewCountersUpdate(
7
val productIds: List<Long> = listOf(),
8
val status: ProductReviewStatus? = null,
-)
9
+) : ApiRequestDTO
0 commit comments