public class P2MInvoicePayments extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
P2MInvoicePayments() |
| Modifier and Type | Method and Description |
|---|---|
P2MInvoicePayments |
copyFrom(P2MInvoicePayments instance) |
APIContext |
getContext() |
String |
getFieldPageId() |
List<Object> |
getFieldPayments() |
String |
getId() |
static APIRequest.ResponseParser<P2MInvoicePayments> |
getParser() |
static P2MInvoicePayments |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<P2MInvoicePayments> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
P2MInvoicePayments |
setFieldPageId(String value) |
P2MInvoicePayments |
setFieldPayments(List<Object> value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static P2MInvoicePayments loadJSON(String json, APIContext context, String header)
public static APINodeList<P2MInvoicePayments> 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 String getFieldPageId()
public P2MInvoicePayments setFieldPageId(String value)
public P2MInvoicePayments setFieldPayments(List<Object> value)
public P2MInvoicePayments copyFrom(P2MInvoicePayments instance)
public static APIRequest.ResponseParser<P2MInvoicePayments> getParser()
Copyright © 2024. All rights reserved.