Class TipAdjustAuthRequest
java.lang.Object
com.clover.remote.client.messages.BaseRequest
com.clover.remote.client.messages.TipAdjustAuthRequest
Request object for requesting to adjust the tip amount of a payment acquired from a previous auth
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the field valueGet the field valuelongGet the field valuevoidsetOrderId(String orderId) Set the field valuevoidsetPaymentId(String paymentId) Set the field valuevoidsetTipAmount(long tipAmount) Set the field value
-
Constructor Details
-
TipAdjustAuthRequest
public TipAdjustAuthRequest()
-
-
Method Details
-
getOrderId
Get the field value- Returns:
- The unique identifier of the associated order
-
setOrderId
Set the field value- Parameters:
orderId- The unique identifier of the associated order
-
getPaymentId
Get the field value- Returns:
- The unique identifier of the associated payment
-
setPaymentId
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
-