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