Class TipAdjustAuthRequest

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

public class TipAdjustAuthRequest extends BaseRequest
Request object for requesting to adjust the tip amount of a payment acquired from a previous auth
  • Constructor Details

    • TipAdjustAuthRequest

      public TipAdjustAuthRequest()
  • Method Details

    • getOrderId

      public String getOrderId()
      Get the field value
      Returns:
      The unique identifier of the associated order
    • setOrderId

      public void setOrderId(String orderId)
      Set the field value
      Parameters:
      orderId - The unique identifier of the associated order
    • getPaymentId

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

      public void setPaymentId(String paymentId)
      Set the field value
      Parameters:
      paymentId - The unique identifier of the associated payment
    • getTipAmount

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

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