public static class DeletePaymentLinkResponse.Builder extends Object
DeletePaymentLinkResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DeletePaymentLinkResponse |
build()
Builds a new
DeletePaymentLinkResponse object using the set fields. |
DeletePaymentLinkResponse.Builder |
cancelledOrderId(String cancelledOrderId)
Setter for cancelledOrderId.
|
DeletePaymentLinkResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
DeletePaymentLinkResponse.Builder |
httpContext(HttpContext httpContext)
Setter for httpContext.
|
DeletePaymentLinkResponse.Builder |
id(String id)
Setter for id.
|
public DeletePaymentLinkResponse.Builder httpContext(HttpContext httpContext)
httpContext - HttpContext value for httpContext.public DeletePaymentLinkResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public DeletePaymentLinkResponse.Builder id(String id)
id - String value for id.public DeletePaymentLinkResponse.Builder cancelledOrderId(String cancelledOrderId)
cancelledOrderId - String value for cancelledOrderId.public DeletePaymentLinkResponse build()
DeletePaymentLinkResponse object using the set fields.DeletePaymentLinkResponseCopyright © 2022. All rights reserved.