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
|
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(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 long getTipAmount()
public void setTipAmount(long tipAmount)
tipAmount
- amount paid in tips