public class TipAdjustAuthRequest extends BaseRequest
| Constructor and Description |
|---|
TipAdjustAuthRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOrderId()
Get the field value
|
java.lang.String |
getPaymentId()
Get the field value
|
long |
getTipAmount()
Get the field value
|
void |
setOrderId(java.lang.String orderId)
Set the field value
|
void |
setPaymentId(java.lang.String paymentId)
Set the field value
|
void |
setTipAmount(long tipAmount)
Set the field value
|
public java.lang.String getOrderId()
public void setOrderId(java.lang.String orderId)
orderId - The unique identifier of the associated orderpublic java.lang.String getPaymentId()
public void setPaymentId(java.lang.String paymentId)
paymentId - The unique identifier of the associated paymentpublic long getTipAmount()
public void setTipAmount(long tipAmount)
tipAmount - The amount paid in tips