public class RetrieveMerchantSettingsResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RetrieveMerchantSettingsResponse.Builder
Class to build instances of
RetrieveMerchantSettingsResponse. |
| Constructor and Description |
|---|
RetrieveMerchantSettingsResponse(List<Error> errors,
CheckoutMerchantSettings merchantSettings)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
List<Error> |
getErrors()
Getter for Errors.
|
CheckoutMerchantSettings |
getMerchantSettings()
Getter for MerchantSettings.
|
int |
hashCode() |
RetrieveMerchantSettingsResponse.Builder |
toBuilder()
Builds a new
RetrieveMerchantSettingsResponse.Builder object. |
String |
toString()
Converts this RetrieveMerchantSettingsResponse into string format.
|
public RetrieveMerchantSettingsResponse(List<Error> errors, CheckoutMerchantSettings merchantSettings)
errors - List of Error value for errors.merchantSettings - CheckoutMerchantSettings value for merchantSettings.public HttpContext getContext()
public List<Error> getErrors()
public CheckoutMerchantSettings getMerchantSettings()
public String toString()
public RetrieveMerchantSettingsResponse.Builder toBuilder()
RetrieveMerchantSettingsResponse.Builder object.
Creates the instance with the state of the current model.RetrieveMerchantSettingsResponse.Builder objectCopyright © 2024. All rights reserved.