CourseFeeTypeInventoryType
Defines the inventory type for a course fee type.
enum CourseFeeTypeInventoryType {
LIMITED
LIMITED_TO_COURSE_INVENTORY
UNLIMITED
}
Values
CourseFeeTypeInventoryType.LIMITED
The inventory is limited to this course fee type's limit.
CourseFeeTypeInventoryType.LIMITED_TO_COURSE_INVENTORY
The inventory is pooled with the course this course fee type is associated with, therefore (possibly) shared with other course fee types.
CourseFeeTypeInventoryType.UNLIMITED
The inventory is unlimited.
Member Of
CreateCourseFeeTypeInventoryInput
input ● UpdateCourseFeeTypeInventoryInput
input