new DisplayReceiptOptionsRequest()
Methods
(static) DisplayReceiptOptionsRequest#getCreditId() → {String}
Get the field value
Unique identifier of a credit (manual refund) given to a customer
Returns:
- Type
- String
(static) DisplayReceiptOptionsRequest#getDisablePrinting() → {Boolean}
Get the field value
Returns:
- Type
- Boolean
(static) DisplayReceiptOptionsRequest#getOrderId() → {String}
Get the field value
Unique identifier of a Clover order
Returns:
- Type
- String
(static) DisplayReceiptOptionsRequest#getPaymentId() → {String}
Get the field value
Unique identifier of the payment associated with an order
Returns:
- Type
- String
(static) DisplayReceiptOptionsRequest#getRefundId() → {String}
Get the field value
Unique identifier of the refund associated with an order
Returns:
- Type
- String
(static) DisplayReceiptOptionsRequest#setCreditId(creditId)
Set the field value
Unique identifier of a credit (manual refund) given to a customer
Parameters:
Name | Type | Description |
---|---|---|
creditId |
String |
(static) DisplayReceiptOptionsRequest#setDisablePrinting(disablePrinting)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
disablePrinting |
Boolean |
(static) DisplayReceiptOptionsRequest#setOrderId(orderId)
Set the field value
Unique identifier of a Clover order
Parameters:
Name | Type | Description |
---|---|---|
orderId |
String |
(static) DisplayReceiptOptionsRequest#setPaymentId(paymentId)
Set the field value
Unique identifier of the payment associated with an order
Parameters:
Name | Type | Description |
---|---|---|
paymentId |
String |
(static) DisplayReceiptOptionsRequest#setRefundId(refundId)
Set the field value
Unique identifier of the refund associated with an order
Parameters:
Name | Type | Description |
---|---|---|
refundId |
String |