public class AdAccountPaymentDetails extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdAccountPaymentDetails() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AdAccountPaymentDetails loadJSON(String json, APIContext context, String header)
public static APINodeList<AdAccountPaymentDetails> 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 getFieldAmount()
public AdAccountPaymentDetails setFieldAmount(CurrencyAmount value)
public AdAccountPaymentDetails setFieldAmount(String value)
public Long getFieldCreateDate()
public AdAccountPaymentDetails setFieldCreateDate(Long value)
public String getFieldId()
public AdAccountPaymentDetails setFieldId(String value)
public String getFieldLastActionStatus()
public AdAccountPaymentDetails setFieldLastActionStatus(String value)
public Object getFieldMetadata()
public AdAccountPaymentDetails setFieldMetadata(Object value)
public String getFieldPaymentDetailsId()
public AdAccountPaymentDetails setFieldPaymentDetailsId(String value)
public AdAccountPaymentDetails copyFrom(AdAccountPaymentDetails instance)
public static APIRequest.ResponseParser<AdAccountPaymentDetails> getParser()
Copyright © 2024. All rights reserved.