Class representing a one-time plan. This plan type does not have an end date and is used for plans that only happen once. Inherits from AbstractPlanType and provides a specific type for one-time plans.
AbstractPlanType
type
Creates an instance of the OneTime plan type. This plan does not require any parameters for creation.
OneTime
The type of the plan, specific to one-time plans.
Class representing a one-time plan. This plan type does not have an end date and is used for plans that only happen once. Inherits from
AbstractPlanTypeand provides a specifictypefor one-time plans.