FunctionFeeTypeInventoryType
Defines the different types of function fee type inventory.
enum FunctionFeeTypeInventoryType {
LIMITED
LIMITED_TO_FUNCTION_INVENTORY
UNLIMITED
}
Values
FunctionFeeTypeInventoryType.LIMITED
The inventory is limited to this function fee types's limit.
FunctionFeeTypeInventoryType.LIMITED_TO_FUNCTION_INVENTORY
The inventory is pooled with the function this function fee type is associated with, therefore (possibly) shared with other function fee types.
FunctionFeeTypeInventoryType.UNLIMITED
The inventory is unlimited.