public class UserPaymentMethodsInfo extends APINode
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
UserPaymentMethodsInfo() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static UserPaymentMethodsInfo loadJSON(String json, APIContext context, String header)
public static APINodeList<UserPaymentMethodsInfo> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext
in class APINode
public void setContext(APIContext context)
setContext
in class APINode
public 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 UserPaymentMethodsInfo copyFrom(UserPaymentMethodsInfo instance)
public static APIRequest.ResponseParser<UserPaymentMethodsInfo> getParser()
Copyright © 2020. All rights reserved.