public class UserPaymentModulesOptions extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
UserPaymentModulesOptions() |
| Modifier and Type | Method and Description |
|---|---|
UserPaymentModulesOptions |
copyFrom(UserPaymentModulesOptions instance) |
APIContext |
getContext() |
String |
getFieldAccountId() |
List<Object> |
getFieldAvailablePaymentOptions() |
String |
getFieldCountry() |
String |
getFieldCurrency() |
String |
getId() |
static APIRequest.ResponseParser<UserPaymentModulesOptions> |
getParser() |
static UserPaymentModulesOptions |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<UserPaymentModulesOptions> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
UserPaymentModulesOptions |
setFieldAccountId(String value) |
UserPaymentModulesOptions |
setFieldAvailablePaymentOptions(List<Object> value) |
UserPaymentModulesOptions |
setFieldCountry(String value) |
UserPaymentModulesOptions |
setFieldCurrency(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static UserPaymentModulesOptions loadJSON(String json, APIContext context, String header)
public static APINodeList<UserPaymentModulesOptions> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic String getFieldAccountId()
public UserPaymentModulesOptions setFieldAccountId(String value)
public UserPaymentModulesOptions setFieldAvailablePaymentOptions(List<Object> value)
public String getFieldCountry()
public UserPaymentModulesOptions setFieldCountry(String value)
public String getFieldCurrency()
public UserPaymentModulesOptions setFieldCurrency(String value)
public UserPaymentModulesOptions copyFrom(UserPaymentModulesOptions instance)
public static APIRequest.ResponseParser<UserPaymentModulesOptions> getParser()
Copyright © 2020. All rights reserved.