public class TipAdjustAuthResponse extends BaseResponse
| Constructor and Description |
|---|
TipAdjustAuthResponse(boolean success,
ResultCode result)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPaymentId()
Get the field value
|
long |
getTipAmount()
Get the field value
|
void |
setPaymentId(java.lang.String paymentId)
Set the field value
|
void |
setTipAmount(long tipAmount)
Set the field value
|
getMessage, getReason, getResult, isSuccess, setMessage, setReason, setResult, setSuccesspublic TipAdjustAuthResponse(boolean success,
ResultCode result)
success - If true then the requested operation succeededresult - The result of the requested operationpublic java.lang.String getPaymentId()
public void setPaymentId(java.lang.String paymentId)
paymentId - The payment id from the authorization payment, or captured pre-auth paymentpublic long getTipAmount()
public void setTipAmount(long tipAmount)
tipAmount - The amount paid in tips