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