Uses of Enum
com.chargebee.models.Plan.AttachedAddon.Type
Packages that use Plan.AttachedAddon.Type
-
Uses of Plan.AttachedAddon.Type in com.chargebee.models
Methods in com.chargebee.models that return Plan.AttachedAddon.TypeModifier and TypeMethodDescriptionPlan.AttachedAddon.type()static Plan.AttachedAddon.TypeReturns the enum constant of this type with the specified name.static Plan.AttachedAddon.Type[]Plan.AttachedAddon.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.chargebee.models with parameters of type Plan.AttachedAddon.TypeModifier and TypeMethodDescriptionPlan.CreateRequest.attachedAddonType(int index, Plan.AttachedAddon.Type attachedAddonType) Plan.UpdateRequest.attachedAddonType(int index, Plan.AttachedAddon.Type attachedAddonType)