EnrollmentApiRequestPrinter
Details of printer to be used in bulk operation. It includes name and hopper values. For the name field, value is required but for hopper, value is optional. If value of the hopper is not provided, it will be set to 1 by default
Properties
Name | Type | Description | Notes |
---|---|---|---|
exception_slot_message | str | Optional message to be displayed on printer's LCD screen when the exception slot is selected. | [optional] |
hopper | int | Hopper to be used (Optional), default value is 1 | [optional] |
name | str | Name of the printer. Value is printer's name given while adding the printer using create printer API. Refer readPrinter/readPrinters API to get the value of 'name' field. |