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