FunctionFeeTypeInventoryInput
Defines the input for a function fee type inventory.
input FunctionFeeTypeInventoryInput {
limit: NonNegativeInt
type: FunctionFeeTypeInventoryType!
}
Fields
FunctionFeeTypeInventoryInput.limit ● NonNegativeInt scalar
The inventory limit for this function fee type. Optional.
FunctionFeeTypeInventoryInput.type ● FunctionFeeTypeInventoryType! non-null enum
The inventory type for this function fee type.
If the type is LIMITED, the limit input field must be specified, otherwise the limit input field is ignored.
Member Of
CreateCeContactStoreFunctionFeeTypeInput input ● CreateEventFunctionFeeTypeInput input ● CreateMembershipContactStoreFunctionFeeTypeInput input ● UpdateCeContactStoreFunctionFeeTypeInput input ● UpdateEventFunctionFeeTypeInput input ● UpdateMembershipContactStoreFunctionFeeTypeInput input