public class AdAccountPrepayDetails extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdAccountPrepayDetails() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AdAccountPrepayDetails loadJSON(String json, APIContext context, String header)
public static APINodeList<AdAccountPrepayDetails> 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 CurrencyAmount getFieldDefaultFundingAmount()
public AdAccountPrepayDetails setFieldDefaultFundingAmount(CurrencyAmount value)
public AdAccountPrepayDetails setFieldDefaultFundingAmount(String value)
public CurrencyAmount getFieldMaxAcceptableAmount()
public AdAccountPrepayDetails setFieldMaxAcceptableAmount(CurrencyAmount value)
public AdAccountPrepayDetails setFieldMaxAcceptableAmount(String value)
public CurrencyAmount getFieldMinAcceptableAmount()
public AdAccountPrepayDetails setFieldMinAcceptableAmount(CurrencyAmount value)
public AdAccountPrepayDetails setFieldMinAcceptableAmount(String value)
public Boolean getFieldShouldCollectBusinessDetails()
public AdAccountPrepayDetails setFieldShouldCollectBusinessDetails(Boolean value)
public AdAccountPrepayDetails copyFrom(AdAccountPrepayDetails instance)
public static APIRequest.ResponseParser<AdAccountPrepayDetails> getParser()
Copyright © 2024. All rights reserved.