Uses of Class
com.adyen.model.nexo.SignaturePoint
-
Packages that use SignaturePoint Package Description com.adyen.model.nexo -
-
Uses of SignaturePoint in com.adyen.model.nexo
Fields in com.adyen.model.nexo with type parameters of type SignaturePoint Modifier and Type Field Description protected List<SignaturePoint>CapturedSignature. signaturePointThe Signature point.Methods in com.adyen.model.nexo that return SignaturePoint Modifier and Type Method Description SignaturePointObjectFactory. createSignaturePoint()Create an instance ofSignaturePointMethods in com.adyen.model.nexo that return types with arguments of type SignaturePoint Modifier and Type Method Description List<SignaturePoint>CapturedSignature. getSignaturePoint()Gets the value of the signaturePoint property.
-