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