Package io.stigg.api.operations.type
Class SubscriptionMigrationTime
- java.lang.Object
-
- io.stigg.api.operations.type.SubscriptionMigrationTime
-
- Direct Known Subclasses:
SubscriptionMigrationTime.UNKNOWN__
public class SubscriptionMigrationTime extends java.lang.ObjectSet non immediate cancellation time (atm supported only for stripe integration)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubscriptionMigrationTime.UNKNOWN__An enum value that wasn't known at compile time.
-
Field Summary
Fields Modifier and Type Field Description static SubscriptionMigrationTimeEND_OF_BILLING_PERIODstatic SubscriptionMigrationTimeIMMEDIATEjava.lang.StringrawValuestatic com.apollographql.apollo3.api.EnumTypetype
-
Constructor Summary
Constructors Constructor Description SubscriptionMigrationTime(java.lang.String rawValue)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SubscriptionMigrationTimesafeValueOf(java.lang.String rawValue)
-
-
-
Field Detail
-
type
public static com.apollographql.apollo3.api.EnumType type
-
END_OF_BILLING_PERIOD
public static SubscriptionMigrationTime END_OF_BILLING_PERIOD
-
IMMEDIATE
public static SubscriptionMigrationTime IMMEDIATE
-
rawValue
public java.lang.String rawValue
-
-
Method Detail
-
safeValueOf
public static SubscriptionMigrationTime safeValueOf(java.lang.String rawValue)
-
-