Class ConfirmPaymentRequest

java.lang.Object
com.clover.remote.client.messages.ConfirmPaymentRequest
All Implemented Interfaces:
Serializable

public class ConfirmPaymentRequest extends Object implements Serializable
Request sent from the Mini for the POS to verify or reject a signature
See Also:
  • 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