Coverage Summary for Class: DiscountAmountTypeResponse (cloud.mindbox.mobile_sdk.models.operation.response)
| Class | Class, % | Method, % | Branch, % | Line, % | Instruction, % |
|---|---|---|---|---|---|
| DiscountAmountTypeResponse | 100% (1/1) | 100% (1/1) | 100% (2/2) | 100% (18/18) |
package cloud.mindbox.mobile_sdk.models.operation.response
import com.google.gson.annotations.SerializedName
public enum class DiscountAmountTypeResponse {
@SerializedName("Percent")
PERCENT,
@SerializedName("Absolute")
ABSOLUTE
}