public class CapturePreAuthRequest extends BaseRequest
| Constructor and Description |
|---|
CapturePreAuthRequest() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAmount()
Get the field value
|
java.lang.String |
getPaymentId()
Get the field value
|
java.lang.Long |
getTipAmount()
Get the field value
|
void |
setAmount(long amount)
Set the field value
|
void |
setPaymentId(java.lang.String paymentId)
Set the field value
|
void |
setTipAmount(java.lang.Long tipAmount)
Set the field value
|
public java.lang.String getPaymentId()
public void setPaymentId(java.lang.String paymentId)
paymentId - unique identifier for the paymentpublic long getAmount()
public void setAmount(long amount)
amount - total amount paidpublic java.lang.Long getTipAmount()
public void setTipAmount(java.lang.Long tipAmount)
tipAmount - amount paid in tips