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