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