new PrintRequest()
- Source:
Extends
Methods
(static) PrintRequest#getImages() → {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#getImageUrls() → {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#setImages(images)
Set the field value
The image to be printed (put in an array for future extensibility).
Parameters:
Name | Type | Description |
---|---|---|
images |
Array.<remotepay.Img> | An array of |
- Source:
(static) PrintRequest#setImageUrls(imageUrls)
Set the field value
The image URLs to be printed (put in an array for future extensibility).
Parameters:
Name | Type | Description |
---|---|---|
imageUrls |
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: