public class RefundPaymentResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RefundPaymentResponse.Builder
Class to build instances of
RefundPaymentResponse. |
| Constructor and Description |
|---|
RefundPaymentResponse(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() |
RefundPaymentResponse.Builder |
toBuilder()
Builds a new
RefundPaymentResponse.Builder object. |
String |
toString()
Converts this RefundPaymentResponse into string format.
|
public RefundPaymentResponse(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 RefundPaymentResponse.Builder toBuilder()
RefundPaymentResponse.Builder object.
Creates the instance with the state of the current model.RefundPaymentResponse.Builder objectCopyright © 2022. All rights reserved.