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.
end_at
AbstractPlanType
type
Creates an instance of the Recurring plan type.
Recurring
Optional
An optional timestamp (in milliseconds) indicating when the recurring plan should end.
The timestamp (in milliseconds) when the recurring plan should end. Optional.
The type of the plan, specific to recurring plans.
Class representing a recurring plan. This plan type has an optional
end_atproperty that indicates when the recurring plan should end. Inherits fromAbstractPlanTypeand provides a specifictypefor recurring plans.