Uses of Class
com.adyen.model.management.Signature
-
Packages that use Signature Package Description com.adyen.model.management -
-
Uses of Signature in com.adyen.model.management
Methods in com.adyen.model.management that return Signature Modifier and Type Method Description SignatureSignature. askSignatureOnScreen(Boolean askSignatureOnScreen)If `skipSignature` is false, indicates whether the shopper should provide a signature on the display (**true**) or on the merchant receipt (**false**).SignatureSignature. deviceName(String deviceName)Name that identifies the terminal.SignatureSignature. deviceSlogan(String deviceSlogan)Slogan shown on the start screen of the device.static SignatureSignature. fromJson(String jsonString)Create an instance of Signature given an JSON stringSignatureTerminalSettings. getSignature()signatureSignatureSignature. skipSignature(Boolean skipSignature)Skip asking for a signature.Methods in com.adyen.model.management with parameters of type Signature Modifier and Type Method Description voidTerminalSettings. setSignature(Signature signature)signatureTerminalSettingsTerminalSettings. signature(Signature signature)signature
-