CreateCourseFeeTypeInventoryInput
Defines the input for creating inventory for a course fee type.
input CreateCourseFeeTypeInventoryInput {
limit: NonNegativeInt
type: CourseFeeTypeInventoryType!
}
Fields
CreateCourseFeeTypeInventoryInput.limit ● NonNegativeInt scalar
The inventory limit for this course fee type. Optional.
CreateCourseFeeTypeInventoryInput.type ● CourseFeeTypeInventoryType! non-null enum
The inventory type for this course fee type.
If the type is LIMITED, the limit input field must be specifid, otherwise the limit input field is ignored.
Member Of
CreateCeContactStoreCourseFeeTypeInput input ● CreateEventCourseFeeTypeInput input ● CreateMembershipContactStoreCourseFeeTypeInput input