Class: DisplayReceiptOptionsRequest

remotepay.DisplayReceiptOptionsRequest()

new DisplayReceiptOptionsRequest()

Source:

Methods

(static) DisplayReceiptOptionsRequest#getCreditId() → {String}

Get the field value Unique identifier of a credit (manual refund) given to a customer
Source:
Returns:
Type
String

(static) DisplayReceiptOptionsRequest#getDisablePrinting() → {Boolean}

Get the field value
Source:
Returns:
Type
Boolean

(static) DisplayReceiptOptionsRequest#getOrderId() → {String}

Get the field value Unique identifier of a Clover order
Source:
Returns:
Type
String

(static) DisplayReceiptOptionsRequest#getPaymentId() → {String}

Get the field value Unique identifier of the payment associated with an order
Source:
Returns:
Type
String

(static) DisplayReceiptOptionsRequest#getRefundId() → {String}

Get the field value Unique identifier of the refund associated with an order
Source:
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
Source:

(static) DisplayReceiptOptionsRequest#setDisablePrinting(disablePrinting)

Set the field value
Parameters:
Name Type Description
disablePrinting Boolean
Source:

(static) DisplayReceiptOptionsRequest#setOrderId(orderId)

Set the field value Unique identifier of a Clover order
Parameters:
Name Type Description
orderId String
Source:

(static) DisplayReceiptOptionsRequest#setPaymentId(paymentId)

Set the field value Unique identifier of the payment associated with an order
Parameters:
Name Type Description
paymentId String
Source:

(static) DisplayReceiptOptionsRequest#setRefundId(refundId)

Set the field value Unique identifier of the refund associated with an order
Parameters:
Name Type Description
refundId String
Source: