Class: PrintJobStatusResponse

remotepay.PrintJobStatusResponse()

new PrintJobStatusResponse()

Source:

Extends

Methods

(static) PrintJobStatusResponse#getPrintRequestId() → {String}

Get the field value The ID of the print job
Source:
Returns:
Type
String

(static) PrintJobStatusResponse#getStatus() → {printer.PrintJobStatus}

Get the field value The current status of the requested print job
Source:
Returns:
Type
printer.PrintJobStatus

(static) PrintJobStatusResponse#setPrintRequestId(printRequestId)

Set the field value The ID of the print job
Parameters:
Name Type Description
printRequestId String
Source:

(static) PrintJobStatusResponse#setStatus(status)

Set the field value The current status of the requested print job
Parameters:
Name Type Description
status printer.PrintJobStatus
Source: