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