UpdateCourseFeeTypeInventoryInput
Defines the input for updating inventory for a course fee type.
input UpdateCourseFeeTypeInventoryInput {
limit: NonNegativeInt
type: CourseFeeTypeInventoryType!
}
Fields
UpdateCourseFeeTypeInventoryInput.limit
● NonNegativeInt
scalar
The inventory limit for this course fee type. Optional.
UpdateCourseFeeTypeInventoryInput.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
UpdateCeContactStoreCourseFeeTypeInput
input ● UpdateEventCourseFeeTypeInput
input ● UpdateMembershipContactStoreCourseFeeTypeInput
input