SingleEnrollmentPrintRequest
Parameters for printing single enrollment.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| deviceId | String | 16 character unique Auth key of the printer. This is required if printerId is not provided. | [optional] |
| enrollmentDesignName | String | The design name of the enrollment. <b>Note:</b> primaryKey parameter is required when this parameter is present. | [optional] |
| enrollmentId | String | 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] |
| exceptionSlotMessage | String | 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 | Integer | The printer hopper to use. Value of 0 will use the printer exception slot. | |
| primaryKey | String | The primary key of the enrollment. <b>Note:</b> enrollmentDesignName parameter is required when this parameter is present. | [optional] |
| printerId | String | 32 or 36 character unique ID of the printer. This takes preference over deviceId if both are provided. | [optional] |