OBJECT

OldStudentEnrollmentOfferingItem

link GraphQL Schema definition

  • type OldStudentEnrollmentOfferingItem {
  • studentEnrollmentOfferingItemId: Int
  • studentEnrollmentId: Int
  • offeringTypeId: Int
  • offeringId: Int
  • snapshotOfferingName: String
  • offeringPackageOptionItemId: Int
  • snapshotOfferingPackageName: String
  • snapshotOfferingCourseCategoryId: Int
  • snapshotOfferingAccommodationCategoryId: Int
  • snapshotIntensityDurationAmount: Float
  • snapshotIntensityDurationTypeId: Int
  • snapshotIntensityPerDurationTypeId: Int
  • startDate: DateOnly
  • endDate: DateOnly
  • durationAmount: Int
  • durationTypeId: Int
  • roomTypeId: Int
  • bathroomTypeId: Int
  • mealTypeId: Int
  • serviceQuantity: Int
  • created: DateTime
  • modified: DateTime
  • snapshotOfferingCourseCategory: OfferingCourseCategory
  • offeringPackageOptionItem: OfferingPackageOptionItem
  • }