Uses of Class
com.adyen.model.nexo.CapturedSignature
-
Packages that use CapturedSignature Package Description com.adyen.model.nexo -
-
Uses of CapturedSignature in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as CapturedSignature Modifier and Type Field Description protected CapturedSignaturePaymentResult. capturedSignatureThe Captured signature.Methods in com.adyen.model.nexo that return CapturedSignature Modifier and Type Method Description CapturedSignatureObjectFactory. createCapturedSignature()Create an instance ofCapturedSignatureCapturedSignaturePaymentResult. getCapturedSignature()Gets the value of the capturedSignature property.Methods in com.adyen.model.nexo with parameters of type CapturedSignature Modifier and Type Method Description voidPaymentResult. setCapturedSignature(CapturedSignature value)Sets the value of the capturedSignature property.
-