public class VerifySignatureRequest
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
VerifySignatureRequest() |
| Modifier and Type | Method and Description |
|---|---|
com.clover.sdk.v3.payments.Payment |
getPayment()
Get the field value
|
com.clover.common2.Signature2 |
getSignature()
Get the field value
|
void |
setPayment(com.clover.sdk.v3.payments.Payment payment)
Set the field value
|
void |
setSignature(com.clover.common2.Signature2 signature)
Set the field value
|
public com.clover.common2.Signature2 getSignature()
public void setSignature(com.clover.common2.Signature2 signature)
signature - signature to verifypublic com.clover.sdk.v3.payments.Payment getPayment()
public void setPayment(com.clover.sdk.v3.payments.Payment payment)
payment - Payment that the signature is verifying for