Skip to content

Commit

Permalink
ECWID-150909 Added missing ApiRequestDTO implement
Browse files Browse the repository at this point in the history
  • Loading branch information
kitty-ecwid committed Oct 23, 2024
1 parent 5eff249 commit 77bfeba
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package com.ecwid.apiclient.v3.dto.productreview.request

import com.ecwid.apiclient.v3.dto.common.ApiRequestDTO
import com.ecwid.apiclient.v3.dto.productreview.enums.ProductReviewStatus

data class ProductReviewCountersUpdate(
val productIds: List<Long> = listOf(),
val status: ProductReviewStatus? = null,
)
) : ApiRequestDTO

0 comments on commit 77bfeba

Please sign in to comment.