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