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