Package io.stigg.api.operations.type
Class BillingModel
- java.lang.Object
-
- io.stigg.api.operations.type.BillingModel
-
- Direct Known Subclasses:
BillingModel.UNKNOWN__
public class BillingModel extends java.lang.ObjectBilling model.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBillingModel.UNKNOWN__An enum value that wasn't known at compile time.
-
Field Summary
Fields Modifier and Type Field Description static BillingModelFLAT_FEEstatic BillingModelPER_UNITjava.lang.StringrawValuestatic com.apollographql.apollo3.api.EnumTypetypestatic BillingModelUSAGE_BASED
-
Constructor Summary
Constructors Constructor Description BillingModel(java.lang.String rawValue)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BillingModelsafeValueOf(java.lang.String rawValue)
-
-
-
Field Detail
-
type
public static com.apollographql.apollo3.api.EnumType type
-
FLAT_FEE
public static BillingModel FLAT_FEE
-
PER_UNIT
public static BillingModel PER_UNIT
-
USAGE_BASED
public static BillingModel USAGE_BASED
-
rawValue
public java.lang.String rawValue
-
-
Method Detail
-
safeValueOf
public static BillingModel safeValueOf(java.lang.String rawValue)
-
-