public class GetPaymentRefundResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetPaymentRefundResponse.Builder
Class to build instances of
GetPaymentRefundResponse. |
| Constructor and Description |
|---|
GetPaymentRefundResponse(List<Error> errors,
PaymentRefund refund)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
List<Error> |
getErrors()
Getter for Errors.
|
PaymentRefund |
getRefund()
Getter for Refund.
|
int |
hashCode() |
GetPaymentRefundResponse.Builder |
toBuilder()
Builds a new
GetPaymentRefundResponse.Builder object. |
String |
toString()
Converts this GetPaymentRefundResponse into string format.
|
public GetPaymentRefundResponse(List<Error> errors, PaymentRefund refund)
errors - List of Error value for errors.refund - PaymentRefund value for refund.public HttpContext getContext()
public List<Error> getErrors()
public PaymentRefund getRefund()
public String toString()
public GetPaymentRefundResponse.Builder toBuilder()
GetPaymentRefundResponse.Builder object.
Creates the instance with the state of the current model.GetPaymentRefundResponse.Builder objectCopyright © 2022. All rights reserved.