Coverage Summary for Class: RetailOrderStatisticsResponse (cloud.mindbox.mobile_sdk.models.operation.response)
| Class |
Class, %
|
Method, %
|
Branch, %
|
Line, %
|
Instruction, %
|
| RetailOrderStatisticsResponse |
0%
(0/1)
|
0%
(0/2)
|
|
0%
(0/2)
|
0%
(0/10)
|
package cloud.mindbox.mobile_sdk.models.operation.response
import com.google.gson.annotations.SerializedName
public open class RetailOrderStatisticsResponse(
@SerializedName("totalPaidAmount") public val totalPaidAmount: Double? = null
) {
override fun toString(): String = "RetailOrderStatistics(totalPaidAmount=$totalPaidAmount)"
}