Coverage Summary for Class: PeriodType (cloud.mindbox.mobile_sdk.models.operation.response)

Class Class, % Method, % Branch, % Line, % Instruction, %
PeriodType 100% (1/1) 100% (1/1) 100% (3/3) 100% (24/24)


 package cloud.mindbox.mobile_sdk.models.operation.response
 
 import com.google.gson.annotations.SerializedName
 
 public enum class PeriodType {
 
     @SerializedName("FixedDays")
     FIXED_DAYS,
 
     @SerializedName("FixedWeeks")
     FIXED_WEEKS,
 
     @SerializedName("FixedMonths")
     FIXED_MONTHS
 }