Uses of Class
sh.ory.model.Subscription.CurrentPlanEnum
| Package | Description |
|---|---|
| sh.ory.model |
-
Uses of Subscription.CurrentPlanEnum in sh.ory.model
Methods in sh.ory.model that return Subscription.CurrentPlanEnum Modifier and Type Method Description static Subscription.CurrentPlanEnumSubscription.CurrentPlanEnum. fromValue(String value)Subscription.CurrentPlanEnumSubscription. getCurrentPlan()The currently active plan of the subscriptionSubscription.CurrentPlanEnumSubscription.CurrentPlanEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Subscription.CurrentPlanEnumSubscription.CurrentPlanEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Subscription.CurrentPlanEnum[]Subscription.CurrentPlanEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in sh.ory.model with parameters of type Subscription.CurrentPlanEnum Modifier and Type Method Description voidSubscription.CurrentPlanEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Subscription.CurrentPlanEnum enumeration)Constructors in sh.ory.model with parameters of type Subscription.CurrentPlanEnum Constructor Description Subscription(OffsetDateTime createdAt, Subscription.CurrentPlanEnum currentPlan, String customerId, OffsetDateTime payedUntil, OffsetDateTime updatedAt)