public class UserPaymentMethodsInfo extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
UserPaymentMethodsInfo() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static UserPaymentMethodsInfo loadJSON(String json, APIContext context)
public static APINodeList<UserPaymentMethodsInfo> 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 UserPaymentMethodsInfo setFieldAccountId(String value)
public UserPaymentMethodsInfo setFieldAvailableCardTypes(List<String> value)
public UserPaymentMethodsInfo setFieldAvailablePaymentMethods(List<String> value)
public UserPaymentMethodsInfo setFieldAvailablePaymentMethodsDetails(List<Object> value)
public String getFieldCountry()
public UserPaymentMethodsInfo setFieldCountry(String value)
public String getFieldCurrency()
public UserPaymentMethodsInfo setFieldCurrency(String value)
public UserPaymentMethodsInfo setFieldExistingPaymentMethods(List<Object> value)
public String getFieldId()
public UserPaymentMethodsInfo setFieldId(String value)
public UserPaymentMethodsInfo copyFrom(UserPaymentMethodsInfo instance)
public static APIRequest.ResponseParser<UserPaymentMethodsInfo> getParser()
Copyright © 2018. All rights reserved.