Coverage Summary for Class: PromotionTypeResponse (cloud.mindbox.mobile_sdk.models.operation.response)
| Class | Class, % | Method, % | Branch, % | Line, % | Instruction, % |
|---|---|---|---|---|---|
| PromotionTypeResponse | 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 PromotionTypeResponse {
@SerializedName("mindbox")
MINDBOX,
@SerializedName("external")
EXTERNAL
}