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