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