Class representing a recurring plan. This plan type has an optional end_at property that indicates when the recurring plan should end. Inherits from AbstractPlanType and provides a specific type for recurring plans.

Hierarchy (View Summary)

Constructors

Properties

Constructors

Properties

end_at?: number

The timestamp (in milliseconds) when the recurring plan should end. Optional.

type: string = 'karya.core.entities.PlanType.Recurring'

The type of the plan, specific to recurring plans.