new PrintRequest()
- Source:
Extends
Methods
(static) PrintRequest#getImage() → {Array.<remotepay.Img>}
Get the field value
The image to be printed (put in an array for future extensibility).
- Source:
Returns:
An array of
- Type
- Array.<remotepay.Img>
(static) PrintRequest#getImageUrl() → {Array.<String>}
Get the field value
The image URLs to be printed (put in an array for future extensibility).
- Source:
Returns:
An array of
- Type
- Array.<String>
(static) PrintRequest#getPrintDeviceId() → {String|Null}
Get the field value
The ID of the device the print job should print from.
- Source:
Returns:
- Type
- String | Null
(static) PrintRequest#getPrintRequestId() → {String|Null}
Get the field value
The ID associated with the request (for Status checks and similar use).
- Source:
Returns:
- Type
- String | Null
(static) PrintRequest#getText() → {Array.<String>}
Get the field value
The text to be printed.
- Source:
Returns:
An array of
- Type
- Array.<String>
(static) PrintRequest#setImage(image)
Set the field value
The image to be printed (put in an array for future extensibility).
Parameters:
Name | Type | Description |
---|---|---|
image |
Array.<remotepay.Img> | An array of |
- Source:
(static) PrintRequest#setImageUrl(imageUrl)
Set the field value
The image URLs to be printed (put in an array for future extensibility).
Parameters:
Name | Type | Description |
---|---|---|
imageUrl |
Array.<String> | An array of |
- Source:
(static) PrintRequest#setPrintDeviceId(printDeviceId)
Set the field value
The ID of the device the print job should print from.
Parameters:
Name | Type | Description |
---|---|---|
printDeviceId |
String | Null |
- Source:
(static) PrintRequest#setPrintRequestId(printRequestId)
Set the field value
The ID associated with the request (for Status checks and similar use).
Parameters:
Name | Type | Description |
---|---|---|
printRequestId |
String | Null |
- Source:
(static) PrintRequest#setText(text)
Set the field value
The text to be printed.
Parameters:
Name | Type | Description |
---|---|---|
text |
Array.<String> | An array of |
- Source: