Coverage Summary for Class: ViewProductCategoryRequest (cloud.mindbox.mobile_sdk.models.operation.request)
| Class |
Class, %
|
Method, %
|
Branch, %
|
Line, %
|
Instruction, %
|
| ViewProductCategoryRequest |
100%
(1/1)
|
100%
(1/1)
|
|
100%
(2/2)
|
100%
(14/14)
|
package cloud.mindbox.mobile_sdk.models.operation.request
import com.google.gson.annotations.SerializedName
public open class ViewProductCategoryRequest(
@SerializedName("productCategory") public val productCategory: ProductCategoryRequest? = null,
@SerializedName("customerAction") public val customerAction: CustomerActionRequest? = null
)