Package io.stigg.api.operations.type
Class DiscountType
- java.lang.Object
-
- io.stigg.api.operations.type.DiscountType
-
- Direct Known Subclasses:
DiscountType.UNKNOWN__
public class DiscountType extends java.lang.ObjectThe type of the discount
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDiscountType.UNKNOWN__An enum value that wasn't known at compile time.
-
Field Summary
Fields Modifier and Type Field Description static DiscountTypeFIXEDstatic DiscountTypePERCENTAGEjava.lang.StringrawValuestatic com.apollographql.apollo3.api.EnumTypetype
-
Constructor Summary
Constructors Constructor Description DiscountType(java.lang.String rawValue)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DiscountTypesafeValueOf(java.lang.String rawValue)
-
-
-
Field Detail
-
type
public static com.apollographql.apollo3.api.EnumType type
-
FIXED
public static DiscountType FIXED
-
PERCENTAGE
public static DiscountType PERCENTAGE
-
rawValue
public java.lang.String rawValue
-
-
Method Detail
-
safeValueOf
public static DiscountType safeValueOf(java.lang.String rawValue)
-
-