Coverage Summary for Class: LimitTypeResponse (cloud.mindbox.mobile_sdk.models.operation.response)
| Class | Class, % | Method, % | Branch, % | Line, % | Instruction, % |
|---|---|---|---|---|---|
| LimitTypeResponse | 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 LimitTypeResponse {
@SerializedName("groupLimit")
GROUP_LIMIT,
@SerializedName("personalLimit")
PERSONAL_LIMIT
}