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