static ReceiptOptions |
ReceiptOptions.fromJson(String jsonString) |
Create an instance of ReceiptOptions given an JSON string
|
ReceiptOptions |
TerminalSettings.getReceiptOptions() |
Get receiptOptions
|
ReceiptOptions |
ReceiptOptions.headerLine1(String headerLine1) |
The text of the first header line to be shown on the receipt.
|
ReceiptOptions |
ReceiptOptions.headerLine2(String headerLine2) |
The text of the second header line to be shown on the receipt.
|
ReceiptOptions |
ReceiptOptions.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
ReceiptOptions |
ReceiptOptions.logo(String logo) |
The receipt logo converted to a Base64-encoded string.
|
ReceiptOptions |
ReceiptOptions.promptBeforePrinting(Boolean promptBeforePrinting) |
Indicates whether a screen appears asking if you want to print the shopper receipt.
|
ReceiptOptions |
ReceiptOptions.qrCodeData(String qrCodeData) |
Data to print on the receipt as a QR code.
|