DiscountCodeInventoryInput
Defines the input for the inventory of a discount code.
input DiscountCodeInventoryInput {
limit: NonNegativeInt
type: DiscountCodeInventoryType!
}
Fields
DiscountCodeInventoryInput.limit ● NonNegativeInt scalar
The inventory limit for this discount code. Optional.
DiscountCodeInventoryInput.type ● DiscountCodeInventoryType! non-null enum
The inventory type for this discount code.
If the type is LIMITED, the limit input field must be specified, otherwise the limit input field is ignored.
Member Of
CreateAccommodationDiscountCodeInput input ● CreateCeContactStoreFunctionDiscountCodeInput input ● CreateCourseDiscountCodeInput input ● CreateFunctionDiscountCodeInput input ● CreateMembershipContactStoreFunctionDiscountCodeInput input ● CreateRegistrationDiscountCodeInput input ● UpdateAccommodationDiscountCodeInput input ● UpdateCeContactStoreFunctionDiscountCodeInput input ● UpdateCourseDiscountCodeInput input ● UpdateFunctionDiscountCodeInput input ● UpdateMembershipContactStoreFunctionDiscountCodeInput input ● UpdateRegistrationDiscountCodeInput input