Class DisplayReceiptOptionsRequest
java.lang.Object
com.clover.remote.client.messages.BaseRequest
com.clover.remote.client.messages.DisplayReceiptOptionsRequest
Request object to display receipt options
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the field valueGet the field valueGet the field valuevoidsetCreditId(String creditId) voidsetDisablePrinting(boolean disablePrinting) Set the field valuevoidsetOrderId(String orderId) Set the field valuevoidsetPaymentId(String paymentId) Set the field valuevoidsetRefundId(String refundId)
-
Constructor Details
-
DisplayReceiptOptionsRequest
public DisplayReceiptOptionsRequest()
-
-
Method Details
-
getCreditId
-
setCreditId
-
getRefundId
-
setRefundId
-
getOrderId
Get the field value- Returns:
- unique identifier of the order to be printed
-
setOrderId
Set the field value- Parameters:
orderId- unique identifier of the order to be printed
-
getPaymentId
Get the field value- Returns:
- unique identifier of the payment to be printed
-
setPaymentId
Set the field value- Parameters:
paymentId- unique identifier of the payment to be printed
-
getDisablePrinting
public boolean getDisablePrinting()Get the field value- Returns:
- The disablePrinting transaction override value
-
setDisablePrinting
public void setDisablePrinting(boolean disablePrinting) Set the field value- Parameters:
disablePrinting- The transaction override to turn off Clover device printing
-