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