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