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 |
getFieldId() |
String |
getId() |
static APIRequest.ResponseParser<UserPaymentModulesOptions> |
getParser() |
static UserPaymentModulesOptions |
loadJSON(String json,
APIContext context) |
static APINodeList<UserPaymentModulesOptions> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
UserPaymentModulesOptions |
setFieldAccountId(String value) |
UserPaymentModulesOptions |
setFieldAvailablePaymentOptions(List<Object> value) |
UserPaymentModulesOptions |
setFieldCountry(String value) |
UserPaymentModulesOptions |
setFieldCurrency(String value) |
UserPaymentModulesOptions |
setFieldId(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static UserPaymentModulesOptions loadJSON(String json, APIContext context)
public static APINodeList<UserPaymentModulesOptions> parseResponse(String json, APIContext context, APIRequest request) 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 String getFieldId()
public UserPaymentModulesOptions setFieldId(String value)
public UserPaymentModulesOptions copyFrom(UserPaymentModulesOptions instance)
public static APIRequest.ResponseParser<UserPaymentModulesOptions> getParser()
Copyright © 2018. All rights reserved.