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