SingleEnrollmentPrintRequest
Parameters for printing single enrollment.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| device_id | str | 16 character unique Auth key of the printer. This is required if printerId is not provided. | [optional] |
| enrollment_design_name | str | The design name of the enrollment. <b>Note:</b> primaryKey parameter is required when this parameter is present. | [optional] |
| enrollment_id | str | The unique enrollment ID obtained from Read Enrollments request. <b>Note:</b> primaryKey and enrollmentDesignName parameters are not required when this parameter is present. | [optional] |
| exception_slot_message | str | The message to display on the printer LCD screen when the exception slot is selected. Maximum 45 character limit for Sigma printers, and 32 character limit for older printers. | [optional] |
| hopper | int | The printer hopper to use. Value of 0 will use the printer exception slot. | |
| primary_key | str | The primary key of the enrollment. <b>Note:</b> enrollmentDesignName parameter is required when this parameter is present. | [optional] |
| printer_id | str | 32 or 36 character unique ID of the printer. This takes preference over deviceId if both are provided. | [optional] |