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