public class VoidPaymentRequest extends BaseRequest
Constructor and Description |
---|
VoidPaymentRequest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEmployeeId()
Get the field value
|
java.lang.String |
getOrderId()
Get the field value
|
java.lang.String |
getPaymentId()
Get the field value
|
java.lang.String |
getVoidReason()
Get the field value
|
void |
setEmployeeId(java.lang.String employeeId)
Set the field value
|
void |
setOrderId(java.lang.String orderId)
Set the field value
|
void |
setPaymentId(java.lang.String paymentId)
Set the field value
|
void |
setVoidReason(java.lang.String voidReason)
Set the field value
|
public java.lang.String getPaymentId()
public void setPaymentId(java.lang.String paymentId)
paymentId
- The unique identifier of the associated paymentpublic java.lang.String getVoidReason()
public void setVoidReason(java.lang.String voidReason)
voidReason
- Reason for voidpublic java.lang.String getEmployeeId()
public void setEmployeeId(java.lang.String employeeId)
employeeId
- The id of the employee requesting the voidpublic java.lang.String getOrderId()
public void setOrderId(java.lang.String orderId)
orderId
- The unique identifier of the associated order