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