Uses of Class
com.adyen.model.tapi.Point
-
Packages that use Point Package Description com.adyen.model.tapi -
-
Uses of Point in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return Point Modifier and Type Method Description static PointPoint. fromJson(String jsonString)Create an instance of Point given an JSON stringPointPoint. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PointPoint. X(String X)The hexadecimal value of the coordinates of a point on the abscissa.PointPoint. Y(String Y)The hexadecimal value of the coordinates of a point on the ordinate.Methods in com.adyen.model.tapi that return types with arguments of type Point Modifier and Type Method Description List<Point>CapturedSignature. getSignaturePoint()Coordinates of a point where the pen changes direction or lift.Methods in com.adyen.model.tapi with parameters of type Point Modifier and Type Method Description CapturedSignatureCapturedSignature. addSignaturePointItem(Point signaturePointItem)Method parameters in com.adyen.model.tapi with type arguments of type Point Modifier and Type Method Description voidCapturedSignature. setSignaturePoint(List<Point> signaturePoint)Coordinates of a point where the pen changes direction or lift.CapturedSignatureCapturedSignature. signaturePoint(List<Point> signaturePoint)Coordinates of a point where the pen changes direction or lift.
-