Class VerifySignatureRequest
java.lang.Object
com.clover.remote.client.messages.VerifySignatureRequest
- All Implemented Interfaces:
Serializable
Request sent from the Mini for the POS to verify or reject a signature
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.clover.sdk.v3.payments.PaymentGet the field valuecom.clover.common2.Signature2Get the field valuevoidsetPayment(com.clover.sdk.v3.payments.Payment payment) Set the field valuevoidsetSignature(com.clover.common2.Signature2 signature) Set the field value
-
Constructor Details
-
VerifySignatureRequest
public VerifySignatureRequest()
-
-
Method Details
-
getSignature
public com.clover.common2.Signature2 getSignature()Get the field value- Returns:
- signature to verify
-
setSignature
public void setSignature(com.clover.common2.Signature2 signature) Set the field value- Parameters:
signature- signature to verify
-
getPayment
public com.clover.sdk.v3.payments.Payment getPayment()Get the field value- Returns:
- Payment that the signature is verifying for
-
setPayment
public void setPayment(com.clover.sdk.v3.payments.Payment payment) Set the field value- Parameters:
payment- Payment that the signature is verifying for
-