Class CapturePreAuthRequest

java.lang.Object
com.clover.remote.client.messages.BaseRequest
com.clover.remote.client.messages.CapturePreAuthRequest

public class CapturePreAuthRequest extends BaseRequest
Request to capture a payment that had been previously obtained from a preAuth(PreAuthRequest request) call
  • Constructor Details

    • CapturePreAuthRequest

      public CapturePreAuthRequest()
  • Method Details

    • getPaymentId

      public String getPaymentId()
      Get the field value
      Returns:
      unique identifier for the payment
    • setPaymentId

      public void setPaymentId(String paymentId)
      Set the field value
      Parameters:
      paymentId - unique identifier for the payment
    • getAmount

      public long getAmount()
      Get the field value
      Returns:
      total amount paid
    • setAmount

      public void setAmount(long amount)
      Set the field value
      Parameters:
      amount - total amount paid
    • getTipAmount

      public Long getTipAmount()
      Get the field value
      Returns:
      amount paid in tips
    • setTipAmount

      public void setTipAmount(Long tipAmount)
      Set the field value
      Parameters:
      tipAmount - amount paid in tips