static ReceiptPrinting |
ReceiptPrinting.fromJson(String jsonString) |
Create an instance of ReceiptPrinting given an JSON string
|
ReceiptPrinting |
TerminalSettings.getReceiptPrinting() |
receiptPrinting
|
ReceiptPrinting |
ReceiptPrinting.merchantApproved(Boolean merchantApproved) |
Print a merchant receipt when the payment is approved.
|
ReceiptPrinting |
ReceiptPrinting.merchantCancelled(Boolean merchantCancelled) |
Print a merchant receipt when the transaction is cancelled.
|
ReceiptPrinting |
ReceiptPrinting.merchantCaptureApproved(Boolean merchantCaptureApproved) |
Print a merchant receipt when capturing the payment is approved.
|
ReceiptPrinting |
ReceiptPrinting.merchantCaptureRefused(Boolean merchantCaptureRefused) |
Print a merchant receipt when capturing the payment is refused.
|
ReceiptPrinting |
ReceiptPrinting.merchantRefundApproved(Boolean merchantRefundApproved) |
Print a merchant receipt when the refund is approved.
|
ReceiptPrinting |
ReceiptPrinting.merchantRefundRefused(Boolean merchantRefundRefused) |
Print a merchant receipt when the refund is refused.
|
ReceiptPrinting |
ReceiptPrinting.merchantRefused(Boolean merchantRefused) |
Print a merchant receipt when the payment is refused.
|
ReceiptPrinting |
ReceiptPrinting.merchantVoid(Boolean merchantVoid) |
Print a merchant receipt when a previous transaction is voided.
|
ReceiptPrinting |
ReceiptPrinting.shopperApproved(Boolean shopperApproved) |
Print a shopper receipt when the payment is approved.
|
ReceiptPrinting |
ReceiptPrinting.shopperCancelled(Boolean shopperCancelled) |
Print a shopper receipt when the transaction is cancelled.
|
ReceiptPrinting |
ReceiptPrinting.shopperCaptureApproved(Boolean shopperCaptureApproved) |
Print a shopper receipt when capturing the payment is approved.
|
ReceiptPrinting |
ReceiptPrinting.shopperCaptureRefused(Boolean shopperCaptureRefused) |
Print a shopper receipt when capturing the payment is refused.
|
ReceiptPrinting |
ReceiptPrinting.shopperRefundApproved(Boolean shopperRefundApproved) |
Print a shopper receipt when the refund is approved.
|
ReceiptPrinting |
ReceiptPrinting.shopperRefundRefused(Boolean shopperRefundRefused) |
Print a shopper receipt when the refund is refused.
|
ReceiptPrinting |
ReceiptPrinting.shopperRefused(Boolean shopperRefused) |
Print a shopper receipt when the payment is refused.
|
ReceiptPrinting |
ReceiptPrinting.shopperVoid(Boolean shopperVoid) |
Print a shopper receipt when a previous transaction is voided.
|