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