pub enum Program {
StayAndStudy {
duration: DurationWeeks,
},
TutorSession,
GroupClass,
PuppyKindergarten,
PrivateLesson,
AkcCanineGoodCitizenPrep,
}Expand description
Training program sold or fulfilled by the resort, used for capacity, package, and outcome planning.
Variants§
StayAndStudy
Source-derived duration carried by this training contract.
Fields
duration: DurationWeeksDuration value carried by this review or workflow variant.
TutorSession
Tutor session training operational signal for enrollment, curriculum, progress, package, or follow-up handling.
GroupClass
Group class training operational signal for enrollment, curriculum, progress, package, or follow-up handling.
PuppyKindergarten
Puppy kindergarten training operational signal for enrollment, curriculum, progress, package, or follow-up handling.
PrivateLesson
Private lesson training operational signal for enrollment, curriculum, progress, package, or follow-up handling.
AkcCanineGoodCitizenPrep
Akc canine good citizen prep training operational signal for enrollment, curriculum, progress, package, or follow-up handling.