new RefundPaymentResponse()
Extends
Methods
(static) RefundPaymentResponse#getOrderId() → {String}
Get the field value
Unique identifier
Returns:
- Type
- String
(static) RefundPaymentResponse#getPaymentId() → {String}
Get the field value
Unique identifier
Returns:
- Type
- String
(static) RefundPaymentResponse#getRefund() → {payments.Refund}
Get the field value
The actual refund from the request
Returns:
- Type
- payments.Refund
(static) RefundPaymentResponse#setOrderId(orderId)
Set the field value
Unique identifier
Parameters:
Name | Type | Description |
---|---|---|
orderId |
String |
(static) RefundPaymentResponse#setPaymentId(paymentId)
Set the field value
Unique identifier
Parameters:
Name | Type | Description |
---|---|---|
paymentId |
String |
(static) RefundPaymentResponse#setRefund(refund)
Set the field value
The actual refund from the request
Parameters:
Name | Type | Description |
---|---|---|
refund |
payments.Refund |