Class ConfirmPaymentRequest
java.lang.Object
com.clover.remote.client.messages.ConfirmPaymentRequest
- 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.remote.Challenge[]Get the field valuecom.clover.sdk.v3.payments.PaymentGet the field valuevoidsetChallenges(com.clover.remote.Challenge[] challenges) Set the field valuevoidsetPayment(com.clover.sdk.v3.payments.Payment payment) Set the field value
-
Constructor Details
-
ConfirmPaymentRequest
public ConfirmPaymentRequest()
-
-
Method Details
-
getPayment
public com.clover.sdk.v3.payments.Payment getPayment()Get the field value- Returns:
- the payment to be confirmed or rejected
-
setPayment
public void setPayment(com.clover.sdk.v3.payments.Payment payment) Set the field value- Parameters:
payment- the payment to be confirmed or rejected
-
getChallenges
public com.clover.remote.Challenge[] getChallenges()Get the field value- Returns:
- the list of challenges from the device that must be confirmed
-
setChallenges
public void setChallenges(com.clover.remote.Challenge[] challenges) Set the field value- Parameters:
challenges- the list of challenges from the device that must be confirmed
-