new PrintRefundPaymentReceiptResponse()
Extends
Methods
(static) PrintRefundPaymentReceiptResponse#getOrder() → {order.Order}
    Get the field value
Returns:
- Type
- order.Order
(static) PrintRefundPaymentReceiptResponse#getPayment() → {payments.Payment}
    Get the field value
Returns:
- Type
- payments.Payment
(static) PrintRefundPaymentReceiptResponse#getRefund() → {payments.Refund}
    Get the field value
Returns:
- Type
- payments.Refund
(static) PrintRefundPaymentReceiptResponse#setOrder(order)
    Set the field value
    Parameters:
| Name | Type | Description | 
|---|---|---|
| order | order.Order | 
(static) PrintRefundPaymentReceiptResponse#setPayment(payment)
    Set the field value
    Parameters:
| Name | Type | Description | 
|---|---|---|
| payment | payments.Payment | 
(static) PrintRefundPaymentReceiptResponse#setRefund(refund)
    Set the field value
    Parameters:
| Name | Type | Description | 
|---|---|---|
| refund | payments.Refund |