Uses of Class
com.adyen.model.management.ReceiptOptions
-
Packages that use ReceiptOptions Package Description com.adyen.model.management -
-
Uses of ReceiptOptions in com.adyen.model.management
Methods in com.adyen.model.management that return ReceiptOptions Modifier and Type Method Description static ReceiptOptionsReceiptOptions. fromJson(String jsonString)Create an instance of ReceiptOptions given an JSON stringReceiptOptionsTerminalSettings. getReceiptOptions()receiptOptionsReceiptOptionsReceiptOptions. logo(String logo)The receipt logo converted to a Base64-encoded string.ReceiptOptionsReceiptOptions. promptBeforePrinting(Boolean promptBeforePrinting)Indicates whether a screen appears asking if you want to print the shopper receipt.ReceiptOptionsReceiptOptions. qrCodeData(String qrCodeData)Data to print on the receipt as a QR code.Methods in com.adyen.model.management with parameters of type ReceiptOptions Modifier and Type Method Description TerminalSettingsTerminalSettings. receiptOptions(ReceiptOptions receiptOptions)receiptOptionsvoidTerminalSettings. setReceiptOptions(ReceiptOptions receiptOptions)receiptOptions
-